public interface IAxisValueFormatter
| Modifier and Type | Method and Description |
|---|---|
int |
getDecimalDigits()
Returns the number of decimal digits this formatter uses or -1, if unspecified.
|
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 toint getDecimalDigits()