Axis Content
constructor(labels: @Composable AxisLabelScope<T>.(T) -> Unit, title: @Composable () -> Unit, style: AxisStyle)
Parameters
T
The data type for the axis.
style
The AxisStyle to apply to the axis.
labels
A composable for rendering the axis labels.
title
An optional title for the axis.