ChartData class

The data included in a domain or series.

Constructors

ChartData({String? aggregateType, DataSourceColumnReference? columnReference, ChartGroupRule? groupRule, ChartSourceRange? sourceRange})
ChartData.fromJson(Map json_)

Properties

aggregateType String?
The aggregation type for the series of a data source chart.
getter/setter pair
columnReference DataSourceColumnReference?
The reference to the data source column that the data reads from.
getter/setter pair
groupRule ChartGroupRule?
The rule to group the data by if the ChartData backs the domain of a data source chart.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceRange ChartSourceRange?
The source ranges of the data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited