ChartGroup constructor
ChartGroup({})
Implementation
ChartGroup({
required this.id,
this.seriesCategory,
this.chartType = ChartType.line,
this.color,
this.useSecondaryMeasureAxis = false,
});
ChartGroup({
required this.id,
this.seriesCategory,
this.chartType = ChartType.line,
this.color,
this.useSecondaryMeasureAxis = false,
});