Uses of Class
org.moxieapps.gwt.highcharts.client.StockChart

Packages that use StockChart
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. 
 

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

Methods in org.moxieapps.gwt.highcharts.client that return StockChart
 StockChart StockChart.setCandlestickPlotOptions(CandlestickPlotOptions candlestickPlotOptions)
          Updates the options that all candlestick type series within the chart will use by default.
 StockChart StockChart.setOHLCPlotOptions(OHLCPlotOptions ohlcPlotOptions)
          Updates the options that all OHLC type series within the chart will use by default.
 StockChart StockChart.setRangeSelector(RangeSelector rangeSelector)
          Convenience method for setting the 'rangeSelector' chart options.
 StockChart StockChart.setScrollbar(Scrollbar scrollbar)
          Convenience method for setting the 'scrollbar' chart options.
 



Copyright © 2015. All Rights Reserved.