VerticalBarPlotGroupedPointEntry

Represents a set of points for a GroupedVerticalBarPlot.

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values

Inheritors

Properties

Link copied to clipboard
abstract val x: X

The x-axis value of the entry.

Link copied to clipboard
abstract val y: List<VerticalBarPosition<Y>>

The y-axis values for each series corresponding to the x-axis value.