Uses of Class
org.moxieapps.gwt.highcharts.client.ChartTitle.VerticalAlign

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

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



Copyright © 2015. All Rights Reserved.