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

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

Methods in org.moxieapps.gwt.highcharts.client with parameters of type WaterfallPlotOptions
 T BaseChart.setWaterfallPlotOptions(WaterfallPlotOptions waterfallPlotOptions)
          Updates the options that all waterfall type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return WaterfallPlotOptions
 WaterfallPlotOptions WaterfallPlotOptions.setUpColor(Color upColor)
          Convenience method for setting the 'upColor' plot option to a gradient or color with an alpha value.
 WaterfallPlotOptions WaterfallPlotOptions.setUpColor(String upColor)
          Convenience method for setting the 'upColor' option of the chart.
 



Copyright © 2015. All Rights Reserved.