ValueFormatter instead@Deprecated
public interface IAxisValueFormatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedValue(float value,
AxisBase axis)
Deprecated.
Extend
ValueFormatter and use ValueFormatter.getAxisLabel(float, AxisBase) |
@Deprecated
java.lang.String getFormattedValue(float value,
AxisBase axis)
ValueFormatter and use ValueFormatter.getAxisLabel(float, AxisBase)value - the value to be formattedaxis - the axis the value belongs to