| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
XAxis |
Navigator.getXAxis()
Access the navigator X axis, to allow for customization.
|
XAxis |
BaseChart.getXAxis()
Retrieve a reference to the XAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
|
XAxis |
BaseChart.getXAxis(int axisIndex)
Retrieve a reference to a specific XAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
|
XAxis |
XAxis.setCategories(boolean redraw,
String... categories)
Sets category names to use for the xAxis (instead of using numbers), explicitly controlling whether
or not the axis will be redrawn in the case that the chart has already been rendered to the DOM.
|
XAxis |
XAxis.setCategories(String... categories)
Sets category names to use for the xAxis (instead of using numbers).
|
XAxis |
XAxis.setLabels(XAxisLabels labels)
Convenience method for setting the 'labels' options of the axis.
|
XAxis |
XAxis.setTickmarkPlacement(XAxis.TickmarkPlacement tickmarkPlacement)
Convenience method for setting the 'tickmarkPlacement' option for the axis.
|
Copyright © 2015. All Rights Reserved.