Default Horizontal Bar Plot Entry
data class DefaultHorizontalBarPlotEntry<X, Y>(val y: Y, val x: BarPosition<X>) : HorizontalBarPlotEntry<X, Y>
Default implementation of a HorizontalBarPlotEntry
Parameters
X
The type of the x-axis values
Y
The type of the y-axis values