Column

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

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: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val color: Int
Link copied to clipboard