EntryModel

data class EntryModel(val location: Point, val entry: ChartEntry, val color: Int, val index: Int)

Contains information on a single chart entry to which a chart marker refers.

Parameters

location

the coordinates of the indicator.

entry
color

the color associated with the ChartEntry.

index

the index of the ChartEntry in its series.

Constructors

Link copied to clipboard
constructor(location: Point, entry: ChartEntry, color: Int, index: Int)

Properties

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