VerticalBarPlotStackedPointEntry

Properties

Link copied to clipboard
abstract val x: X

The x-axis value of the entry.

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

The y-axis coordinate of the top of each bar in the stack, where lower indices are for bars lower in the stack.

Link copied to clipboard
abstract val yOrigin: Y

The value for the y-axis Origin, which is the bottom of the lowest bar in the stack.