public interface YAxisValueFormatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedValue(float value,
YAxis yAxis)
Called when a value from the YAxis is formatted
before being drawn.
|
java.lang.String getFormattedValue(float value,
YAxis yAxis)
value - the YAxis value to be formattedyAxis - the YAxis object the value belongs to