ChartData constructor
ChartData({
- String? aggregateType,
- DataSourceColumnReference? columnReference,
- ChartGroupRule? groupRule,
- ChartSourceRange? sourceRange,
Implementation
ChartData({
this.aggregateType,
this.columnReference,
this.groupRule,
this.sourceRange,
});