OrdinalScale class
The specification of a ordinal scale.
Constructors
Properties
- align ↔ double?
-
The align ratio of the exact position in the value position band.
read / writeinherited
- formatter ↔ (String? Function(String)?)
-
Convert the value to a String on the chart.
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- inflate ↔ bool?
-
Whether the points distribution will inflate the axis range.
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tickCount ↔ int?
-
The desired count of axis ticks.
read / writeinherited
-
ticks
↔ List<
String> ? -
Indicates the axis ticks directly.
read / writeinherited
- title ↔ String?
-
Title of the variable this scale corresponds to.
read / writeinherited
-
values
↔ List<
String> ? -
The candidate values.
read / writeinherited
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