BasicNumericTickFormatterSpec class
- Implemented types
- Annotations
Constructors
- BasicNumericTickFormatterSpec(MeasureFormatter? formatter)
-
Simple TickFormatterSpec that delegates formatting to the given
NumberFormat
.const - BasicNumericTickFormatterSpec.fromNumberFormat(NumberFormat? numberFormat)
-
const
Properties
- formatter → MeasureFormatter?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- numberFormat → NumberFormat?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createTickFormatter(
ChartContext context) → NumericTickFormatter -
A formatter will be created with the number format if it is not null.
Otherwise, it will create one with the MeasureFormatter callback.
override
-
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