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
/
StackedAreaBoundaryStyle
Stacked
Area
Boundary
Style
@
Immutable
data
class
StackedAreaBoundaryStyle
(
val
visible
:
Boolean
,
val
color
:
Color
,
val
colors
:
ImmutableList
<
Color
>
,
val
width
:
Dp
,
val
bezier
:
Boolean
)
(
source
)
Members
Constructors
Stacked
Area
Boundary
Style
Link copied to clipboard
constructor
(
visible
:
Boolean
,
color
:
Color
,
colors
:
ImmutableList
<
Color
>
,
width
:
Dp
,
bezier
:
Boolean
)
constructor
(
visible
:
Boolean
,
color
:
Color
,
colors
:
List
<
Color
>
,
width
:
Dp
,
bezier
:
Boolean
)
Properties
bezier
Link copied to clipboard
val
bezier
:
Boolean
color
Link copied to clipboard
val
color
:
Color
colors
Link copied to clipboard
val
colors
:
ImmutableList
<
Color
>
visible
Link copied to clipboard
val
visible
:
Boolean
width
Link copied to clipboard
val
width
:
Dp