ContinuousScale< V> class
abstract
The specification of a continuous scale.
A continuous scale converts original tuple values to doubles normalized to [0, 1]
.
- Inheritance
- Implementers
Constructors
Properties
- formatter ↔ (String? Function(V)?)
-
Convert the value to a String on the chart.
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- marginMax ↔ double?
-
The margin ratio from maxinum input value to calculated max.
read / write
- marginMin ↔ double?
-
The margin ratio from minimum input value to calculated min.
read / write
- max ↔ V?
-
Indecates the maximum input boundary directly.
read / write
- min ↔ V?
-
Indicates the minimum input boundary directly.
read / write
- niceRange ↔ bool?
-
Whether to extend the min and max to get nice round values.
read / write
- 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<
V>? -
Indicates the axis ticks directly.
read / writeinherited
- title ↔ String?
-
Title of the variable this scale corresponds to.
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