| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
YAxis |
Navigator.getYAxis()
Access the navigator Y axis, to allow for customization.
|
YAxis |
BaseChart.getYAxis()
Retrieve a reference to the YAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
|
YAxis |
BaseChart.getYAxis(int axisIndex)
Retrieve a reference to a specific YAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
|
YAxis |
YAxis.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.
|
YAxis |
YAxis.setCategories(String... categories)
Sets category names to use for the xAxis (instead of using numbers).
|
YAxis |
YAxis.setHeight(Number height)
Convenience method for setting the 'top' option of the axis.
|
YAxis |
YAxis.setLabels(YAxisLabels labels)
Convenience method for setting the 'labels' options of the axis.
|
YAxis |
YAxis.setStackLabels(StackLabels stackLabels)
Convenience method for setting the 'stackLabels' options of the axis.
|
YAxis |
YAxis.setTop(Number top)
Convenience method for setting the 'top' option of the axis.
|
Copyright © 2015. All Rights Reserved.