GaugeAxisRenderer class abstract
Represents the renderer for gauge axis
- Implementers
Constructors
Properties
- axis ↔ RadialAxis
-
Represents the gauge axis
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
factorToValue(
double factor) → double? - Returns converted axis value from the factor.
-
generateVisibleLabels(
) → List< CircularAxisLabel> ? - Returns the visible labels on RadialAxis
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
valueToFactor(
double value) → double? - Returns converted factor value from the axis value.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited