BaseRenderSpec<D> class abstract

Implemented types
Implementers
Annotations
  • @immutable

Constructors

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

Properties

axisLineStyle LineStyleSpec?
final
hashCode int
The hash code for this object.
no setteroverride
labelAnchor TickLabelAnchor?
final
labelCollisionOffsetFromAxisPx int?
Distance from the axis line in px when a collision between ticks has occurred.
final
labelCollisionOffsetFromTickPx int?
Absolute distance from the tick to the text when a collision between ticks has occurred.
final
labelCollisionRotation int?
Angle of rotation for tick labels, in degrees when a collision between ticks has occurred.
final
labelJustification TickLabelJustification?
final
labelOffsetFromAxisPx int?
Distance from the axis line in px.
final
labelOffsetFromTickPx int?
Absolute distance from the tick to the text if using start/end
final
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.
final
labelStyle TextStyleSpec?
final
minimumPaddingBetweenLabelsPx int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDrawStrategy(ChartContext context, GraphicsFactory graphicFactory) TickDrawStrategy<D>
inherited
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.
override