Uses of Class
org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.TextAlign

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

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



Copyright © 2015. All Rights Reserved.