MeasureAxis class
Constructors
- MeasureAxis({bool showLine = false, LineStyle lineStyle = const LineStyle(), LabelStyle labelStyle = const LabelStyle(), int? gapAxisToLabel = 5, LabelAnchor labelAnchor = LabelAnchor.centered, int tickLength = 3, String tickLabelFormatter(num? measure)?, NumericTickProvider? numericTickProvider, NumericViewport? numericViewport, bool noRenderSpec = false, bool useGridLine = false, LineStyle gridLineStyle = const LineStyle(), LineStyle tickLineStyle = const LineStyle()})
-
const
Properties
- gapAxisToLabel → int?
-
default: 5
final
- gridLineStyle → LineStyle
-
styling of lines perpendicular to the axis line
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelAnchor → LabelAnchor
-
label position based on tick axis
default:LabelAnchor.centered
final - labelStyle → LabelStyle
-
styling for domain label
final
- lineStyle → LineStyle
-
styling for domain line
final
- noRenderSpec → bool
-
disable label and tick axis
finalinherited
- numericTickProvider → NumericTickProvider?
-
manage tick
final
- numericViewport → NumericViewport?
-
set limit view for measure axis
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showLine → bool
-
show domain line
default: falsefinal - tickLabelFormatter → String Function(num? measure)?
-
format text label to show
final
- tickLength → int
-
tick axis length
default: 3final - tickLineStyle → LineStyle
-
styling of tick line on axis
finalinherited
- useGridLine → bool
-
default: false
finalinherited
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.
inherited