MeasureAxis class

Inheritance

Constructors

MeasureAxis({bool showLine = false, LineStyle lineStyle = const LineStyle(), LabelStyle labelStyle = const LabelStyle(), int? gapAxisToLabel = 5, LabelAnchor labelAnchor = LabelAnchor.centered, int thickLength = 3, MeasureFormat? labelFormat, int? desiredMaxTickCount, int? desiredMinTickCount, int? desiredTickCount, NumericViewport? numericViewport, bool noRenderSpec = false})
const

Properties

desiredMaxTickCount int?
final
desiredMinTickCount int?
final
desiredTickCount int?
minimal 2 count, as MinTick & MaxTick
final
gapAxisToLabel int?
default: 5
final
hashCode int
The hash code for this object.
no setterinherited
labelAnchor LabelAnchor
label position based on tick axis
default: LabelAnchor.centered
final
labelFormat MeasureFormat?
format text label to show
final
labelStyle LabelStyle
styling for domain label
final
lineStyle LineStyle
styling for domain line
final
noRenderSpec bool
disable label and tick axis
finalinherited
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: false
final
thickLength int
thick axis length
default: 3
final

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