BaseAxis
abstract class BaseAxis<P : Axis.Position>(line: LineComponent?, label: TextComponent?, labelRotationDegrees: Float, valueFormatter: CartesianValueFormatter, tick: LineComponent?, tickLength: Dp, guideline: LineComponent?, size: BaseAxis.Size, titleComponent: TextComponent?, title: (ExtraStore) -> CharSequence?, val tickPosition: BaseAxis.TickPosition, val lineDrawingOrder: BaseAxis.LineDrawingOrder) : Axis<P>
A base Axis implementation. This is extended by HorizontalAxis and VerticalAxis.
Inheritors
Constructors
Link copied to clipboard
constructor(line: LineComponent?, label: TextComponent?, labelRotationDegrees: Float, valueFormatter: CartesianValueFormatter, tick: LineComponent?, tickLength: Dp, guideline: LineComponent?, size: BaseAxis.Size, titleComponent: TextComponent?, title: (ExtraStore) -> CharSequence?, tickPosition: BaseAxis.TickPosition, lineDrawingOrder: BaseAxis.LineDrawingOrder)
Types
Link copied to clipboard
Defines whether ticks and the axis line are drawn under or over the CartesianLayers.
Link copied to clipboard
Defines the position of each tick relative to the axis line.
Link copied to clipboard
Defines the position of a BaseAxis title.
Properties
Link copied to clipboard
whether to draw ticks and the axis line under or over the CartesianLayers.
Link copied to clipboard
defines the position of each tick relative to the axis line.