LineClickAddConfig constructor
LineClickAddConfig({
- List<
double> initialX = const [], - List<
double> initialY = const [], - String? seriesName,
- void onPointAdded()?,
- ChartTheme theme = ChartTheme.light,
- TitlesData? title,
- ChartTooltip? tooltip,
- ChartLegend? legend,
- ChartToolbox? toolbox,
- GridData? grid,
Implementation
LineClickAddConfig({
this.initialX = const [],
this.initialY = const [],
this.seriesName,
this.onPointAdded,
this.theme = ChartTheme.light,
super.title,
super.tooltip,
super.legend,
super.toolbox,
super.grid,
}) : super(type: ChartType.lineClickAdd, series: const []);