SmallTickRendererSpec<D> class

Implemented types
Annotations

Constructors

SmallTickRendererSpec({TextStyleSpec? labelStyle, LineStyleSpec? lineStyle, LineStyleSpec? axisLineStyle, TickLabelAnchor? labelAnchor, TickLabelJustification? labelJustification, int? labelOffsetFromAxisPx, int? labelCollisionOffsetFromAxisPx, int? labelOffsetFromTickPx, int? labelCollisionOffsetFromTickPx, int? tickLengthPx, int? minimumPaddingBetweenLabelsPx, int? labelRotation, int? labelCollisionRotation})
const

Properties

axisLineStyle → LineStyleSpec?
finalinherited
hashCode → int
The hash code for this object.
no setter
labelAnchor → TickLabelAnchor?
finalinherited
labelCollisionOffsetFromAxisPx → int?
Distance from the axis line in px when a collision between ticks has occurred.
finalinherited
labelCollisionOffsetFromTickPx → int?
Absolute distance from the tick to the text when a collision between ticks has occurred.
finalinherited
labelCollisionRotation → int?
Angle of rotation for tick labels, in degrees when a collision between ticks has occurred.
finalinherited
labelJustification → TickLabelJustification?
finalinherited
labelOffsetFromAxisPx → int?
Distance from the axis line in px.
finalinherited
labelOffsetFromTickPx → int?
Absolute distance from the tick to the text if using start/end
finalinherited
labelRotation → int?
Angle of rotation for tick labels, in degrees. When set to a non-zero value, all labels drawn for this axis will be rotated.
finalinherited
labelStyle → TextStyleSpec?
finalinherited
lineStyle → LineStyleSpec?
final
minimumPaddingBetweenLabelsPx → int?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tickLengthPx → int?
final

Methods

createDrawStrategy(ChartContext context, GraphicsFactory graphicsFactory) → TickDrawStrategy<D>
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.