GroupData class

组数据

Constructors

GroupData(ChartType type, List<SingleData> data, {String? id, SNumber? barSize, SNumber? barMaxSize, SNumber? barMinSize = const SNumber(1, false), String? name, String? yAxisId, String? xAxisId, String? stackId, StackStrategy strategy = StackStrategy.none})

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