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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type BubblePlotOptions
 T BaseChart.setBubblePlotOptions(BubblePlotOptions bubblePlotOptions)
          Updates the options that all bubble type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return BubblePlotOptions
 BubblePlotOptions BubblePlotOptions.setDisplayNegative(boolean displayNegative)
          Convenience method for setting the "displayNegative" option for the bubble plot options.
 BubblePlotOptions BubblePlotOptions.setZThreshold(Number zThreshold)
          Convenience method for setting the "zThreshold" option for the bubble plot options.
 



Copyright © 2015. All Rights Reserved.