ChartSeries class abstract

图表的抽象表示 建议所有的属性都应该为公共且可以更改的

Implementers

Constructors

ChartSeries({int xAxisIndex = 0, int yAxisIndex = 0, int polarAxisIndex = 0, int calendarIndex = 0, int radarIndex = 0, int parallelIndex = 0, AnimatorProps? animation, bool touch = true, int z = 0, bool clip = true, CoordSystem? coordSystem, ToolTip? tooltip})

Properties

animation AnimatorProps?
坐标系
getter/setter pair
calendarIndex int
getter/setter pair
clip bool
getter/setter pair
coordSystem CoordSystem?
坐标系系统
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parallelIndex int
getter/setter pair
polarAxisIndex int
getter/setter pair
radarIndex int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip ToolTip?
getter/setter pair
touch bool
getter/setter pair
xAxisIndex int
坐标轴取值(和coordSystem配合实现定位) (默认的所有坐标轴开始都是为0)
getter/setter pair
yAxisIndex int
getter/setter pair
z int
getter/setter pair

Methods

addListener(ValueCallback<int> callback) → void
下面是对ValueNotifier的简单封装
change(int notifyData) → void
dispose() → void
hasListeners() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(ValueCallback<int> callback) → void
toString() String
A string representation of this object.
inherited
update([bool relayout = false]) → void
当数据发生改变后,需要调用该方法,进行重绘或者重新布局

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

actionInvalidate → const IntWrap
actionReLayout → const IntWrap