-
public interface MarkerLabelFormatterFormats marker labels.
-
-
Method Summary
Modifier and Type Method Description abstract CharSequencegetLabel(List<Marker.EntryModel> markedEntries, ChartValues chartValues)Creates a formatted label for the given list of marked entries. -
-
Method Detail
-
getLabel
abstract CharSequence getLabel(List<Marker.EntryModel> markedEntries, ChartValues chartValues)
Creates a formatted label for the given list of marked entries.
-
-
-
-