ChartOptions class abstract

Base class for chart render options.

Implementers

Constructors

ChartOptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
onClick ↔ (void Function(List? activeItems, List? xItems, List? yItems)?)
Callback for click events.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortCategories bool
Sort Categories/Series.keys when showing them in the Chart.
getter/setter pair
verticalLines List<VerticalLine>?
The vertical lines of the chart.
getter/setter pair
verticalLinesDefaultColor String
The vertical lines default color.
getter/setter pair
xAxisMax num?
Maximum value for X axis.
getter/setter pair
xAxisMin num?
Minimum value for X axis.
getter/setter pair
xAxisMinMax List<num>?
Returns X axis minimum and maximum values.
no setter
yAxisMax num?
Maximum value for Y axis.
getter/setter pair
yAxisMin num?
Minimum value for Y axis.
getter/setter pair
yAxisMinMax List<num>?
Returns Y axis minimum and maximum values.
no setter

Methods

copy() ChartOptions
Copies this instance.
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