ChartGridData class

Providing datas of the selected axis.

Constructors

ChartGridData({required List<ChartGridDataItem> items})

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<ChartGridDataItem>
The items data of grid.
final
max double
The max value in the data.
final
min double
The min value in the data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposing all animations.
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