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

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

Methods in org.moxieapps.gwt.highcharts.client.labels that return Labels.VerticalAlign
static Labels.VerticalAlign Labels.VerticalAlign.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Labels.VerticalAlign[] Labels.VerticalAlign.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.VerticalAlign
 T Labels.setVerticalAlign(Labels.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option for the labels.
 



Copyright © 2015. All Rights Reserved.