public interface IAxisValueFormatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedValue(float value,
AxisBase axis)
Called when a value from an axis is to be formatted
before being drawn.
|
java.lang.String getFormattedValue(float value,
AxisBase axis)
value - the value to be formattedaxis - the axis the value belongs to