ChartConfiguration class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
-
ChartConfiguration({ChartOptions chart, ChartTitle title, ChartTitle subtitle, ChartXAxis? xAxis, ChartYAxis? yAxis, ChartCredits credits, ChartLegend legend, ChartTooltip tooltip, ChartPlotOptions plotOptions, ChartAccessibility accessibility, List<
ChartDataSets> series}) -
factory
Properties
- accessibility ↔ ChartAccessibility
-
getter/setter pair
- chart ↔ ChartOptions
-
getter/setter pair
- credits ↔ ChartCredits
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- legend ↔ ChartLegend
-
getter/setter pair
- plotOptions ↔ ChartPlotOptions
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
series
↔ List<
ChartDataSets> -
getter/setter pair
- subtitle ↔ ChartTitle
-
getter/setter pair
- title ↔ ChartTitle
-
getter/setter pair
- tooltip ↔ ChartTooltip
-
getter/setter pair
- xAxis ↔ ChartXAxis
-
getter/setter pair
- yAxis ↔ ChartYAxis
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited