BasicChartSeries constructor

BasicChartSeries({
  1. Color? color,
  2. ColorStyle? colorStyle,
  3. DataLabel? dataLabel,
  4. LineStyle? lineStyle,
  5. PointStyle? pointStyle,
  6. ChartData? series,
  7. List<BasicSeriesDataPointStyleOverride>? styleOverrides,
  8. String? targetAxis,
  9. String? type,
})

Implementation

BasicChartSeries({
  this.color,
  this.colorStyle,
  this.dataLabel,
  this.lineStyle,
  this.pointStyle,
  this.series,
  this.styleOverrides,
  this.targetAxis,
  this.type,
});