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

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

Methods in org.moxieapps.gwt.highcharts.client that return Options3D
 Options3D Options3D.setAlpha(Number alpha)
          Convenience method for setting the 'alpha' attribute of a 3d chart.
 Options3D Options3D.setBeta(Number beta)
          Convenience method for setting the 'bets' attribute of a 3d chart.
 Options3D Options3D.setDepth(Number depth)
          Convenience method for setting the 'depth' attribute of a 3d chart.
 Options3D Options3D.setEnabled(Boolean enabled)
          Convenience method for setting the 'enabled' attribute of a 3d chart.
 Options3D Options3D.setFrame(Frame frame)
          Convenience method for setting the 'frame' attribute of a 3d chart.
 Options3D Options3D.setViewDistance(Number viewDistance)
          Convenience method for setting the 'viewDistance' option of a 3d chart.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Options3D
 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.
 



Copyright © 2015. All Rights Reserved.