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.
nCount | Specifies the number of values to hold in a long data series. |