DefaultHorizontalBarPlotStackedPointEntry

data class DefaultHorizontalBarPlotStackedPointEntry<X, Y>(val y: Y, val xOrigin: X, val x: List<X>) : HorizontalBarPlotStackedPointEntry<X, Y>

Constructors

constructor(y: Y, xOrigin: X, x: List<X>)

Properties

Link copied to clipboard
open override val x: List<X>

The x-axis coordinate of the right of each bar in the stack, where lower indices are for bars left in the stack.

Link copied to clipboard
open override val xOrigin: X

The value for the x-axis Origin, which is the left edge of the left most bar in the stack.

Link copied to clipboard
open override val y: Y

The y-axis value of the entry.