PointData class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClickable ↔ bool
-
折线节点的点击击事件是否可用
getter/setter pair
- lineTouchData ↔ LineTouchData
-
点击时附加信息展示
getter/setter pair
- offset ↔ Offset
-
PointData展示的相对偏移量
getter/setter pair
- pointText ↔ String?
-
点要展示的内容
getter/setter pair
- pointTextStyle ↔ TextStyle?
-
点展示内容样式
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x ↔ double
-
x点的值
getter/setter pair
- y ↔ double
-
y点的值
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