void CBCGPChartStockSeries::SetStockSeriesType | ( | CBCGPBaseChartStockSeries::StockSeriesType | type, |
BOOL | bRedraw | ||
) |
Sets stock series type.
type should be one of the following values:
In case of SST_LINE_CUSTOM you must either override GetCustomStockValue(), or specify a callback using SetCustomStockValueCallback().
type | Specifies the stock series type. |
bRedraw | Redraws the chart. |