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
/
StackedAreaChartDefaults
/
boundary
boundary
@
Composable
fun
boundary
(
visible
:
Boolean
=
true
,
color
:
Color
=
MaterialTheme.colorScheme.primary
,
colors
:
List
<
Color
>
=
emptyList()
,
width
:
Dp
=
1.dp
,
bezier
:
Boolean
=
false
)
:
StackedAreaBoundaryStyle
(
source
)