AxisLabelTextFormatter Interface
The class providing text for the DateTimeAxisX, NumericAxisX, QualitativeAxisX and NumericAxisY labels should implement the interface.
Declaration
public interface AxisLabelTextFormatter
Methods
format(Object) Method
Formats the specified axis value.
Declaration
public String format(Object value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | The axis label value to be formatted. |
Returns
| Type | Description |
|---|---|
| String | The formatted axis label text. |