ChartSeries<T, D> constructor

ChartSeries<T, D>({ChartIndexedValueMapper<D> xValueMapper, ChartIndexedValueMapper<num> yValueMapper, ChartIndexedValueMapper<String> dataLabelMapper, String name, List<T> dataSource, ChartIndexedValueMapper<Color> pointColorMapper, ChartIndexedValueMapper sortFieldValueMapper, bool enableTooltip, EmptyPointSettings emptyPointSettings, DataLabelSettings dataLabelSettings, double animationDuration, Color borderColor, double borderWidth, SelectionSettings selectionSettings, LegendIconType legendIconType, double opacity, SortingOrder sortingOrder })

Implementation

ChartSeries(
    {this.xValueMapper,
    this.yValueMapper,
    this.dataLabelMapper,
    this.name,
    this.dataSource,
    this.pointColorMapper,
    this.sortFieldValueMapper,
    this.enableTooltip,
    this.emptyPointSettings,
    this.dataLabelSettings,
    this.animationDuration,
    this.borderColor,
    this.borderWidth,
    this.selectionSettings,
    this.legendIconType,
    this.opacity,
    this.sortingOrder}) {
  _needsRepaint = true;
}