CrosshairGuide class

The specification of a crosshair

A corsshair indicates the position of the pointer or the selected point. If no point is selected, it will not occur.

Constructors

CrosshairGuide({Set<String>? selections, List<PaintStyle?>? styles, List<bool>? followPointer, int? layer, int? mark})
Creates a crosshair.

Properties

followPointer List<bool>?
Whether the position for each dimension follows the pointer or stick to selected points.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layer int?
The layer of this crosshair.
getter/setter pair
mark int?
Which mark series this crosshair reacts to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selections Set<String>?
The selections this crosshair reacts to.
getter/setter pair
styles List<PaintStyle?>?
The stroke styles of crosshair lines for each dimension.
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.
override