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

Packages that use XAxis
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 XAxis in org.moxieapps.gwt.highcharts.client
 

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