start

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.