Uses of Class
org.moxieapps.gwt.highcharts.client.labels.XAxisLabels

Packages that use XAxisLabels
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. 
org.moxieapps.gwt.highcharts.client.labels Provides configuration objects that are used to control the display of the axis labels and data labels on the charts. 
 

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type XAxisLabels
 XAxis XAxis.setLabels(XAxisLabels labels)
          Convenience method for setting the 'labels' options of the axis.
 ColorAxis ColorAxis.setLabels(XAxisLabels labels)
          Convenience method for setting the 'labels' option of the map.
 

Uses of XAxisLabels in org.moxieapps.gwt.highcharts.client.labels
 

Methods in org.moxieapps.gwt.highcharts.client.labels that return XAxisLabels
 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.
 XAxisLabels XAxisLabels.setStaggerLines(Number staggerLines)
          Convenience method for setting the 'staggerLines' option for the labels.
 XAxisLabels XAxisLabels.setStep(Number step)
          Convenience method for setting the 'step' option for the labels.
 



Copyright © 2015. All Rights Reserved.