BasicChartSeries constructor
BasicChartSeries({
- Color? color,
- ColorStyle? colorStyle,
- DataLabel? dataLabel,
- LineStyle? lineStyle,
- PointStyle? pointStyle,
- ChartData? series,
- List<
BasicSeriesDataPointStyleOverride> ? styleOverrides, - String? targetAxis,
- String? type,
Implementation
BasicChartSeries({
this.color,
this.colorStyle,
this.dataLabel,
this.lineStyle,
this.pointStyle,
this.series,
this.styleOverrides,
this.targetAxis,
this.type,
});