Point

data class Point(val entry: LineCartesianLayerModel.Entry, val canvasY: Float, val color: Int)

Houses information on a LineCartesianLayer point to be marked.

Parameters

canvasY

the point’s pixel y coordinate.

color

the LineCartesianLayer.Line’s color for the point.

Constructors

Link copied to clipboard
constructor(entry: LineCartesianLayerModel.Entry, canvasY: Float, color: Int)

Properties

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