AxisGuide<V> class

The specification of an axis.

There can be mutiple axes in one dimension.

Constructors

AxisGuide({Dim? dim, String? variable, double? position, bool? flip, PaintStyle? line, TickLine? tickLine, TickLineMapper? tickLineMapper, LabelStyle? label, LabelMapper? labelMapper, PaintStyle? grid, GridMapper? gridMapper, int? layer, int? gridZIndex})
Creates an axis.

Properties

dim Dim?
The dimension where this axis lies.
read / write
flip bool?
Whether to flip tick lines and labels to the other side of the axis line.
read / write
grid PaintStyle?
The grid stroke style for all ticks.
read / write
gridMapper GridMapper?
Indicates how to get the grid stroke style for each tick.
read / write
gridZIndex int?
The layer of the grids.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
label LabelStyle?
The label style for all ticks.
read / write
labelMapper LabelMapper?
Indicates how to get the label style for each tick.
read / write
layer int?
The layer of this axis.
read / write
line PaintStyle?
The stroke style for the axis line.
read / write
position double?
The position ratio in the crossing dimension where this axis line stands.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tickLine TickLine?
The tick line settings for all ticks.
read / write
tickLineMapper TickLineMapper?
Indicates how to get the tick line setting for each tick.
read / write
variable String?
The variable this axis is binded to.
read / write

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