public interface XAxisValueFormatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXValue(java.lang.String original,
int index,
ViewPortHandler viewPortHandler)
Returns the customized label that is drawn on the x-axis.
|
java.lang.String getXValue(java.lang.String original,
int index,
ViewPortHandler viewPortHandler)
original - the original x-axis label to be drawnindex - the x-index that is currently being drawnviewPortHandler - provides information about the current chart state (scale, translation, ...)