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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type YAxisLabels
 YAxis YAxis.setLabels(YAxisLabels labels)
          Convenience method for setting the 'labels' options of the axis.
 

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

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



Copyright © 2015. All Rights Reserved.