axis
fun axis(visible: Boolean = true, color: Color = androidx.compose.material3.MaterialTheme.colorScheme.onSurface
.copy(alpha = 0.3f), lineWidth: Dp = with(LocalDensity.current) { 1f.toDp() }, xLabels: AxisLabelStyle = xLabels(), yLabels: AxisLabelStyle = yLabels()): BarAxisStyle(source)
Returns a BarAxisStyle for axis and label configuration. The default stroke width preserves one physical pixel at the current density.