Uses of Class
org.moxieapps.gwt.highcharts.client.labels.Labels.Align

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

Methods in org.moxieapps.gwt.highcharts.client.labels that return Labels.Align
static Labels.Align Labels.Align.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Labels.Align[] Labels.Align.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.moxieapps.gwt.highcharts.client.labels with parameters of type Labels.Align
 T Labels.setAlign(Labels.Align align)
          Convenience method for setting the 'align' option for the labels.
 StackLabels StackLabels.setTextAlign(Labels.Align textAlign)
          Convenience method for setting the 'textAlign' option for the labels.
 



Copyright © 2015. All Rights Reserved.