DomainAxis class

Inheritance

Constructors

DomainAxis({bool showLine = true, LineStyle lineStyle = const LineStyle(), LabelStyle labelStyle = const LabelStyle(), int? gapAxisToLabel = 5, LabelAnchor labelAnchor = LabelAnchor.centered, int thickLength = 3, OrdinalViewport? ordinalViewport, NumericViewport? numericViewport, TimeViewport? timeViewport, LabelFormatterT? labelFormatterT, int minimumPaddingBetweenLabels = 0, int labelRotation = 0, bool noRenderSpec = false})
const

Properties

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
labelFormatterT LabelFormatterT?
label format for time series
final
labelRotation int
starting point at center right.
final
labelStyle LabelStyle
styling for domain label
final
lineStyle LineStyle
styling for domain line
final
minimumPaddingBetweenLabels int
can be use as space beetween label.
final
noRenderSpec bool
disable label and tick axis
finalinherited
numericViewport NumericViewport?
set limit view for domain axis
final
ordinalViewport OrdinalViewport?
set limit view for domain axis
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLine bool
show domain line
default: true
final
thickLength int
thick axis length
default: 3
final
timeViewport TimeViewport?
set limit view for domain axis
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