ChartLayoutState class

每个图形折线/bar的状态

Implementers

Constructors

ChartLayoutState()

Properties

children List<ChartItemLayoutState>
某条数据下 可能会有多条数据
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
数据所在数组的位置
getter/setter pair
left double?
坐标系最左边
getter/setter pair
坐标系最右边
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIndex int?
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