DefaultMarkerLabelFormatter

The default label formatter used for markers. colorCode specifies whether to color-code the y values in the labels.

See also

Constructors

Link copied to clipboard
constructor(colorCode: Boolean = true)

Functions

Link copied to clipboard
open override fun getLabel(markedEntries: List<Marker.EntryModel>, chartValues: ChartValues): CharSequence

Creates a formatted label for the given list of marked entries.