| CBCGPChartSeries* CBCGPChartVisualObject::GetSeries | ( | int | nSeries, |
| BOOL | bAllocate = FALSE |
||
| ) |
Returns a pointer to a series located at the specified index.
Call this method to retrieve a pointer to a series located at the specified index.
| nSeries | Zero-based series index. |
| bAllocate | Specifies whether allocate a new series, or not if a series at the specified index does not exist. |