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

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

Methods in org.moxieapps.gwt.highcharts.client that return ChartSubtitle
 ChartSubtitle ChartSubtitle.setAlign(ChartTitle.Align align)
          Convenience method for setting the 'align' option of the subtitle.
 ChartSubtitle ChartSubtitle.setFloating(boolean floating)
          Convenience method for setting the 'floating' option of the subtitle.
 ChartSubtitle ChartSubtitle.setStyle(Style style)
          Convenience method for setting the 'style' options of the subtitle.
 ChartSubtitle ChartSubtitle.setText(String text)
          Convenience method for setting the 'text' option of the subtitle.
 ChartSubtitle ChartSubtitle.setVerticalAlign(ChartTitle.VerticalAlign verticalAlign)
          Convenience method for setting the 'verticalAlign' option of the subtitle.
 ChartSubtitle ChartSubtitle.setX(Number x)
          Convenience method for setting the 'x' position option of the subtitle.
 ChartSubtitle ChartSubtitle.setY(Number y)
          Convenience method for setting the 'y' position option of the subtitle.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type ChartSubtitle
 T BaseChart.setChartSubtitle(ChartSubtitle subtitle)
          Convenience method for setting the 'subtitle' chart options.
 T BaseChart.setTitle(ChartTitle chartTitle, ChartSubtitle chartSubtitle)
          Set a new title or subtitle for the chart.
 



Copyright © 2015. All Rights Reserved.