-
- All Implemented Interfaces:
-
com.patrykandpatrick.vico.core.marker.MarkerLabelFormatter
public class DefaultMarkerLabelFormatter implements MarkerLabelFormatter
The default label formatter used for markers.
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultMarkerLabelFormatterINSTANCE
-
Method Summary
Modifier and Type Method Description CharSequencegetLabel(List<Marker.EntryModel> markedEntries, ChartValues chartValues)Creates a formatted label for the given list of marked entries. -
-
Method Detail
-
getLabel
CharSequence getLabel(List<Marker.EntryModel> markedEntries, ChartValues chartValues)
Creates a formatted label for the given list of marked entries.
-
-
-
-