-
public interface ValueFormatterFormats values for display.
-
-
Method Summary
Modifier and Type Method Description abstract CharSequenceformatValue(Float value, ChartValues chartValues)Called to format axis labels and data labels. -
-
Method Detail
-
formatValue
abstract CharSequence formatValue(Float value, ChartValues chartValues)
Called to format axis labels and data labels.
- Parameters:
value- the value to be formatted.chartValues- the ChartValues used by the chart.
-
-
-
-