BCGSuite for MFC
void CBCGPChartStockSeries::SetStockSeriesType ( CBCGPBaseChartStockSeries::StockSeriesType  type,
BOOL  bRedraw 
)

Sets stock series type.

type should be one of the following values:

  • SST_CANDLESST_BARSST_LINE_OPEN
  • SST_LINE_HIGHSST_LINE_LOW
  • SST_LINE_CLOSE
  • SST_LINE_CUSTOM

In case of SST_LINE_CUSTOM you must either override GetCustomStockValue(), or specify a callback using SetCustomStockValueCallback().

Parameters
typeSpecifies the stock series type.
bRedrawRedraws the chart.