bottom
fun bottom(line: LineComponent? = null, label: TextComponent? = null, labelRotationDegrees: Float = 0.0f, valueFormatter: CartesianValueFormatter = CartesianValueFormatter.decimal(), tick: LineComponent? = null, tickLengthDp: Float = 0.0f, guideline: LineComponent? = null, itemPlacer: HorizontalAxis.ItemPlacer = ItemPlacer.aligned(), size: BaseAxis.Size = Size.Auto(), titleComponent: TextComponent? = null, title: CharSequence? = null): HorizontalAxis<Axis.Position.Horizontal.Bottom>
Creates a bottom HorizontalAxis.