BCGControlBar Pro for MFC
CBCGPChartLongSeries::CBCGPChartLongSeries ( CBCGPChartVisualObject pChartCtrl,
int  nDataCount = 100000,
int  nGrowBy = 10000 
)

Constructs a long data series object.

Specify nDataCount to speed up memory allocation. If you specify this parameter, you need to call SetDataPointValue() to set the data.

Parameters
pChartCtrlA pointer to a parent chart.
nDataCountNumber of data points to be stored in the series.
nGrowByThe minimum number of element slots to allocate if a size increase is necessary.