ChartAxisSettingsAxis class

A collection of values for settings of the selected axis.

Constructors

ChartAxisSettingsAxis({required double frequency, required double max, required double min, required TextStyle textStyle})
const

Properties

frequency double
The frequency of the value.
final
hashCode int
The hash code for this object.
no setterinherited
max double
The max of the value in the axis.
final
min double
The min of the value in the axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
The TextStyle in axis.
final

Methods

generate({required String label(double)}) ChartAxisData
Generate all items of axis.
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.
inherited