PathAnnotation class

@author jd

Inheritance

Constructors

PathAnnotation({bool fixed = false, double? minZoomVisible, double? maxZoomVisible, required Path path, Color color = const Color(0xFFF5F5F5), Offset anchor(Size)?})

Properties

anchor → (Offset Function(Size)?)
所在位置
final
color Color
颜色
final
fixed bool
是否滚动
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isInit bool
getter/setter pairinherited
maxZoomVisible double?
大于该缩放级别则隐藏
finalinherited
minZoomVisible double?
小于该缩放级别则隐藏
finalinherited
onTap ValueChanged<Annotation>?
标注可以点击
finalinherited
path Path
路径
final
rect Rect?
所在的区域
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo → dynamic
携带额外信息
finalinherited
yAxisPosition int
跟哪个y轴关联
finalinherited

Methods

draw(Canvas canvas, ChartsState state) → void
init(ChartsState state) → void
初始化 耗时的方法都可以放到这里
isNeedDraw(ChartsState state) bool
是否需要绘制
inherited
isRange(Offset point) bool
判断point是否在此Annotation范围内
inherited
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