BarChartEntry

interface BarChartEntry<X, Y>

Deprecated

Use VerticalBarPlotEntry

Replace with

VerticalBarPlotEntry

Inheritors

Properties

Link copied to clipboard
abstract val xValue: X

X-axis value at which the bar should be plotted

Link copied to clipboard
abstract val yMax: Y

The highest value at which the bar ends on the y-axis

Link copied to clipboard
abstract val yMin: Y

The lowest value at which the bar begins on the y-axis