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

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

Methods in org.moxieapps.gwt.highcharts.client that return AxisTitle
 AxisTitle AxisTitle.setAlign(AxisTitle.Align align)
          Convenience method for setting the 'align' option of the title.
 AxisTitle AxisTitle.setMargin(Number margin)
          Convenience method for setting the 'margin' option of the title.
 AxisTitle AxisTitle.setRotation(Number rotation)
          Convenience method for setting the 'margin' option of the title.
 AxisTitle AxisTitle.setStyle(Style style)
          Convenience method for setting the 'style' options of the axis title.
 AxisTitle AxisTitle.setText(String text)
          Convenience method for setting the 'text' option of the title.
 AxisTitle AxisTitle.setY(Number y)
          Convenience method for setting the 'y' option of the title.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type AxisTitle
 T Axis.setAxisTitle(AxisTitle title)
          Convenience method for setting the 'title/text' axis option, before or after the chart is rendered.
 T Axis.setAxisTitle(AxisTitle title, boolean redraw)
          Convenience method for setting the 'title/text' axis option, before or after the chart is rendered (explicitly controlling whether or not the new title will be immediately drawn in the case of being called after the chart is rendered).
 



Copyright © 2015. All Rights Reserved.