Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.GaugePlotOptions

Packages that use GaugePlotOptions
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. 
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of GaugePlotOptions in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type GaugePlotOptions
 T BaseChart.setGaugePlotOptions(GaugePlotOptions gaugePlotOptions)
          Updates the options that all funnel type series within the chart will use by default.
 

Uses of GaugePlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return GaugePlotOptions
 GaugePlotOptions GaugePlotOptions.setDialOptions(Dial dial)
          Convenience method for setting the "dial" option for gauge charts.
 GaugePlotOptions GaugePlotOptions.setPivotOptions(Pivot pivot)
          Convenience method for setting the "pivot" option for gauge charts.
 GaugePlotOptions GaugePlotOptions.setWrap(boolean wrap)
          Convenience method for setting the "wrap" option for gauge charts.
 



Copyright © 2015. All Rights Reserved.