Companion

object Companion

Houses VerticalAxis factory functions.

Functions

Link copied to clipboard
fun end(line: LineComponent? = null, label: TextComponent? = null, labelRotationDegrees: Float = 0.0f, horizontalLabelPosition: VerticalAxis.HorizontalLabelPosition = Outside, verticalLabelPosition: VerticalAxis.VerticalLabelPosition = Center, valueFormatter: CartesianValueFormatter = CartesianValueFormatter.decimal(), tick: LineComponent? = null, tickLengthDp: Float = 0.0f, guideline: LineComponent? = null, itemPlacer: VerticalAxis.ItemPlacer = ItemPlacer.step(), sizeConstraint: BaseAxis.SizeConstraint = SizeConstraint.Auto(), titleComponent: TextComponent? = null, title: CharSequence? = null): VerticalAxis<Axis.Position.Vertical.End>

Creates an end VerticalAxis.

Link copied to clipboard
fun start(line: LineComponent? = null, label: TextComponent? = null, labelRotationDegrees: Float = 0.0f, horizontalLabelPosition: VerticalAxis.HorizontalLabelPosition = Outside, verticalLabelPosition: VerticalAxis.VerticalLabelPosition = Center, valueFormatter: CartesianValueFormatter = CartesianValueFormatter.decimal(), tick: LineComponent? = null, tickLengthDp: Float = 0.0f, guideline: LineComponent? = null, itemPlacer: VerticalAxis.ItemPlacer = ItemPlacer.step(), sizeConstraint: BaseAxis.SizeConstraint = SizeConstraint.Auto(), titleComponent: TextComponent? = null, title: CharSequence? = null): VerticalAxis<Axis.Position.Vertical.Start>

Creates a start VerticalAxis.