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
/
BarBarsStyle
/
BarBarsStyle
Bar
Bars
Style
constructor
(
color
:
Color
,
colors
:
ImmutableList
<
Color
>
,
alpha
:
Float
,
space
:
Dp
,
minBarWidth
:
Dp
)
(
source
)
constructor
(
color
:
Color
,
colors
:
List
<
Color
>
,
alpha
:
Float
,
space
:
Dp
,
minBarWidth
:
Dp
)
(
source
)
Copies
colors
into an immutable palette. Use an immutable list with
copy
.