GroupData class
组数据
Constructors
Properties
- barMaxSize ↔ SNumber?
-
getter/setter pair
- barMinSize ↔ SNumber?
-
getter/setter pair
- barSize ↔ SNumber?
-
控制柱状图的大小(具体的含义取决于布局的方向)
getter/setter pair
-
data
→ List<
SingleData> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String
-
latefinal
- isNotStack → bool
-
no setter
- isStack → bool
-
no setter
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackId → String
-
no setter
- strategy ↔ StackStrategy
-
getter/setter pair
- type → ChartType
-
final
- xAxisId → String
-
no setter
- yAxisId → String
-
no setter
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.
override