StackedAreaPlotEntry

Represents a set of points for a StackedAreaPlot.

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values

Properties

Link copied to clipboard
abstract val x: X

The x-axis value of this StackedAreaPlotEntry.

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

The y-axis coordinate of each line in the stack, where lower indices are for lines lower in the stack.