| void CBCGPChartVisualObject::SetDataPointDataLabelText | ( | const CString & | strText, |
| int | nDataPointIndex, | ||
| int | nSeriesIndex = 0 |
||
| ) |
Sets custom data label text for specified data point.
Call this method to set custom text for data point's label.
| strText | Specifies custom text. |
| nDataPointIndex | Specifies data point index. |
| nSeriesIndex | Specifies series index. |