| void CBCGPChartVisualObject::SetDataPointCategoryName | ( | const CString & | strCategoryName, |
| int | nDataPointIndex, | ||
| int | nSeriesIndex = 0 |
||
| ) |
Assigns a category name to a data point.
This is possible if X component is not set for a series.
| strCategoryName | Specifies a category name. |
| nDataPointIndex | Specifies data point index. |
| nSeriesIndex | Specifies series index. |