Column

data class Column(val entry: ColumnCartesianLayerModel.Entry, val canvasY: Float, val color: Color)

Houses information on a ColumnCartesianLayer column to be marked.

Parameters

canvasY

the pixel y coordinate of the column’s top or bottom edge (depending on the sign of ColumnCartesianLayerModel.Entry.y).

color

the column LineComponent’s color.

Constructors

Link copied to clipboard
constructor(entry: ColumnCartesianLayerModel.Entry, canvasY: Float, color: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard