startAxis
Deprecated
`startAxis` is being replaced by `rememberStartAxis`. Also, `maxLabelCount` is being replaced by `AxisItemPlacer.Vertical`. If using `maxLabelCount`, create a base `AxisItemPlacer.Vertical` implementation with the desired maximum item count via `AxisItemPlacer.Vertical.default`, and use the `itemPlacer` parameter of `rememberStartAxis` to apply it to the `VerticalAxis` being created.
Creates and remembers a start axis (i.e., a VerticalAxis with AxisPosition.Vertical.Start).
Parameters
the TextComponent to use for the labels.
the LineComponent to use for the axis line.
the LineComponent to use for the ticks.
the length of the ticks.
the LineComponent to use for the guidelines.
formats the labels.
defines how the VerticalAxis is to size itself.
the horizontal position of the labels.
the vertical position of the labels.
the maximum label count.
the rotation of the axis labels (in degrees).
an optional TextComponent to use as the axis title.
the axis title.