BarChartEntry

interface BarChartEntry<X, Y>

An interface that defines a data element to be plotted on a Bar chart.

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values

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

Inheritors

Link copied to clipboard