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, PaintStyle? labelBackground, LabelBackgroundMapper? labelBackgroundMapper, int? layer, int? gridZIndex})
- Creates an axis.
Properties
- dim ↔ Dim?
-
The dimension where this axis lies.
getter/setter pair
- flip ↔ bool?
-
Whether to flip tick lines and labels to the other side of the axis line.
getter/setter pair
- grid ↔ PaintStyle?
-
The grid stroke style for all ticks.
getter/setter pair
- gridMapper ↔ GridMapper?
-
Indicates how to get the grid stroke style for each tick.
getter/setter pair
- gridZIndex ↔ int?
-
The layer of the grids.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ LabelStyle?
-
The label style for all ticks.
getter/setter pair
- labelBackground ↔ PaintStyle?
-
The labelBackground style for all ticks.
getter/setter pair
- labelBackgroundMapper ↔ LabelBackgroundMapper?
-
Indicates how to get the labelBackground style for each tick.
getter/setter pair
- labelMapper ↔ LabelMapper?
-
Indicates how to get the label style for each tick.
getter/setter pair
- layer ↔ int?
-
The layer of this axis.
getter/setter pair
- line ↔ PaintStyle?
-
The stroke style for the axis line.
getter/setter pair
- position ↔ double?
-
The position ratio in the crossing dimension where this axis line stands.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tickLine ↔ TickLine?
-
The tick line settings for all ticks.
getter/setter pair
- tickLineMapper ↔ TickLineMapper?
-
Indicates how to get the tick line setting for each tick.
getter/setter pair
- variable ↔ String?
-
The variable this axis is binded to.
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