| int CBCGPChartVisualObject::FindSeriesIndex | ( | CBCGPChartSeries * | pSeries, | 
| BOOL | bCheckVisible = FALSE | ||
| ) | const | 
Given a pointer to a series returns series index.
Call this method to find a series index by a pointer to a series.
If a series not found, return value is -1.
| pSeries | A pointer to a series. | 
| bCheckVisible | Specifies whether a visible series only shoulc be checked. |