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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type StackLabels
 YAxis YAxis.setStackLabels(StackLabels stackLabels)
          Convenience method for setting the 'stackLabels' options of the axis.
 

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

Methods in org.moxieapps.gwt.highcharts.client.labels that return StackLabels
 StackLabels StackLabels.setFormatter(StackLabelsFormatter stackLabelsFormatter)
          Sets a custom formatter for the stack labels on the axis that can be used to control how the text of the stack labels will be displayed.
 StackLabels StackLabels.setTextAlign(Labels.Align textAlign)
          Convenience method for setting the 'textAlign' option for the labels.
 StackLabels StackLabels.setVerticalAlign(StackLabels.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option for the labels.
 



Copyright © 2015. All Rights Reserved.