VerticalBarPlotEntry

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

Inheritors

Properties

Link copied to clipboard
abstract val x: X

X-axis value at which the bar should be plotted

Link copied to clipboard
abstract val y: VerticalBarPosition<Y>

The y-axis value for the bar.