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

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

Fields in org.moxieapps.gwt.highcharts.client declared as OHLCPlotOptions
protected  OHLCPlotOptions BaseChart.ohlcPlotOptions
           
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type OHLCPlotOptions
 StockChart StockChart.setOHLCPlotOptions(OHLCPlotOptions ohlcPlotOptions)
          Updates the options that all OHLC type series within the chart will use by default.
 

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

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



Copyright © 2015. All Rights Reserved.