BCGControlBar Pro for MFC
virtual BOOL CBCGPChartSeries::SetDataPointCategoryName ( const CString &  strName,
int  nDataPointIndex 
)
virtual

Sets data point category name.

This name affects the array of categories on the related X axis. If you have two series on the same X axis, it will display the category name set by the last call.

Parameters
nDataPointIndexSpecifies a data point index. Use -1 to set the option for a series.
strNameSpecifies a data point category name.