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

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

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

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



Copyright © 2015. All Rights Reserved.