ChartSeries constructor
Creates a ChartSeries with the given label, values, and optional
style.
Implementation
const ChartSeries(this.label, this.values, {this.style});
Creates a ChartSeries with the given label, values, and optional
style.
const ChartSeries(this.label, this.values, {this.style});