Default Vertical Bar Plot Entry
data class DefaultVerticalBarPlotEntry<X, Y>(val x: X, val y: VerticalBarPosition<Y>) : VerticalBarPlotEntry<X, Y>
Default implementation of a BarChartEntry.
Parameters
X
The type of the x-axis values
Y
The type of the y-axis values