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

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

Methods in org.moxieapps.gwt.highcharts.client that return Chart
 Chart Chart.setDrilldown(Drilldown drilldown)
          Convenience method for setting the 'drilldown' options for the chart which represents a collection of options that apply to standard charts.
 Chart Chart.setNoData(NoData noData)
          Convenience method for setting the 'noData' option of the chart.
 Chart Chart.setOptions3D(Options3D options3d)
          Convenience method for setting the 'options3d' options for the chart, which represents a collection of options that apply only to standard charts.
 Chart Chart.setPane(Pane pane)
          Convenience method for setting the 'pane' options of the chart, which represents a collection of options that apply only to polar charts and angular gauges.
 Chart Chart.setPanKey(Chart.PanKey panKey)
          Convenience method for setting the 'panKey' option of the chart.
 Chart Chart.setPanning(Boolean panning)
          Convenience method for setting the 'panning' option of the chart.
 Chart Chart.setPolar(boolean polar)
          Convenience method for setting the 'polar' option of the chart.
 Chart Chart.setZoomType(Chart.ZoomType zoomType)
          Deprecated. Use BaseChart.setZoomType(BaseChart.ZoomType)
 



Copyright © 2015. All Rights Reserved.