BarPlotGroupedPointEntry

Represents a set of points for a GroupedVerticalBarPlot.

Parameters

I

The type of the independent-axis values

D

The type of the dependent-axis values

Inheritors

Properties

Link copied to clipboard
abstract val d: List<BarPosition<D>>

The dependent-axis values for each series corresponding to the independent-axis value.

Link copied to clipboard
abstract val i: I

The independent-axis value of the entry.