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

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

Fields in org.moxieapps.gwt.highcharts.client declared as CandlestickPlotOptions
protected  CandlestickPlotOptions BaseChart.candlestickPlotOptions
           
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type CandlestickPlotOptions
 StockChart StockChart.setCandlestickPlotOptions(CandlestickPlotOptions candlestickPlotOptions)
          Updates the options that all candlestick type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return CandlestickPlotOptions
 CandlestickPlotOptions CandlestickPlotOptions.setGrouping(boolean grouping)
          Convenience method for setting the 'grouping' option for the chart.
 



Copyright © 2015. All Rights Reserved.