charts
Toggle table of contents
3.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
charts
charts
/
io.github.hdcharts.charts.style
/
LineChartDefaults
/
axis
axis
@
Composable
fun
axis
(
visible
:
Boolean
=
true
,
color
:
Color
=
MaterialTheme.colorScheme.onSurface.copy(alpha = 0.3f)
,
lineWidth
:
Dp
=
1.dp
,
xLabels
:
AxisLabelStyle
=
xLabels()
,
yLabels
:
AxisLabelStyle
=
yLabels()
)
:
LineAxisStyle
(
source
)