Uses of Class
org.moxieapps.gwt.highcharts.client.YAxis

Packages that use YAxis
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of YAxis in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return YAxis
 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.