toggle menu
Koala Plot Core
0.6.0
common
switch theme
search in API
Koala Plot Core
/
io.github.koalaplot.core.bar
/
DefaultVerticalBarPlotGroupedPointEntry
Default
Vertical
Bar
Plot
Grouped
Point
Entry
data
class
DefaultVerticalBarPlotGroupedPointEntry
<
X
,
Y
>
(
val
x
:
X
,
val
y
:
List
<
VerticalBarPosition
<
Y
>
>
)
:
VerticalBarPlotGroupedPointEntry
<
X
,
Y
>
Members
Constructors
Default
Vertical
Bar
Plot
Grouped
Point
Entry
Link copied to clipboard
constructor
(
x
:
X
,
y
:
List
<
VerticalBarPosition
<
Y
>
>
)
Properties
x
Link copied to clipboard
open
override
val
x
:
X
The x-axis value of the entry.
y
Link copied to clipboard
open
override
val
y
:
List
<
VerticalBarPosition
<
Y
>
>
The y-axis values for each series corresponding to the
x
-axis value.