| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.labels |
| Modifier and Type | Method and Description |
|---|---|
AxisLabelsFormatter |
YAxisLabels.getFormatter()
Returns the custom axis labels formatter that has been applied to the y-axis, or null if the
built-in generic formatter is being used instead.
|
AxisLabelsFormatter |
XAxisLabels.getFormatter()
Returns the custom axis labels formatter that has been applied to the x-axis, or null if the
built-in generic formatter is being used instead.
|
| Modifier and Type | Method and Description |
|---|---|
YAxisLabels |
YAxisLabels.setFormatter(AxisLabelsFormatter axisLabelsFormatter)
Sets a custom formatter for the labels on the axis that can be used to control how the text of the
labels will be displayed.
|
XAxisLabels |
XAxisLabels.setFormatter(AxisLabelsFormatter axisLabelsFormatter)
Sets a custom formatter for the labels on the axis that can be used to control how the text of the
labels will be displayed.
|
Copyright © 2015. All Rights Reserved.