AxisPointer class

坐标轴指示器

Constructors

AxisPointer({bool show = false, AxisPointerType type = AxisPointerType.none, AxisPointerAxis axis = AxisPointerAxis.auto, bool? snap, LineStyle? lineStyle, BoxShadow? shadowStyle, LineStyle? crossStyle, LabelStyle labelStyle = const LabelStyle()})
const

Properties

axis AxisPointerAxis
final
crossStyle LineStyle?
final
hashCode int
The hash code for this object.
no setterinherited
labelStyle LabelStyle
final
lineStyle LineStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowStyle BoxShadow?
final
show bool
final
snap bool?
final
type AxisPointerType
final

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