BCGControlBar Pro for MFC
void CBCGPChartLongSeries::SetDataPointCount ( int  nCount)

Preallocates the internal array of values.

Call this method to preallocate the internal array of values. You can use this method in conjunction with SetDataPointValue() to speed up setting series values.

Parameters
nCountSpecifies the number of values to hold in a long data series.