Uses of Class
org.moxieapps.gwt.highcharts.client.AxisTitle.Align

Packages that use AxisTitle.Align
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. 
 

Uses of AxisTitle.Align in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return AxisTitle.Align
static AxisTitle.Align AxisTitle.Align.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AxisTitle.Align[] AxisTitle.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 with parameters of type AxisTitle.Align
 AxisTitle AxisTitle.setAlign(AxisTitle.Align align)
          Convenience method for setting the 'align' option of the title.
 



Copyright © 2015. All Rights Reserved.