| 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.
| pChartCtrl | A pointer to a parent chart. |
| nDataCount | Number of data points to be stored in the series. |
| nGrowBy | The minimum number of element slots to allocate if a size increase is necessary. |