Marker

interface Marker : ChartInsetter

Highlights points on a chart and displays their corresponding values in a bubble.

Inheritors

Types

Link copied to clipboard
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.

Functions

Link copied to clipboard
open fun draw(context: DrawContext, bounds: RectF, markedEntries: List<Marker.EntryModel>)
open fun draw(context: DrawContext, bounds: RectF, markedEntries: List<Marker.EntryModel>, chartValuesProvider: ChartValuesProvider)

Draws the marker.