BCGSuite for MFC
virtual BOOL CBCGPChartSeries::GetDataPointLabelText ( int  nDataPointIndex,
BCGPChartDataLabelOptions::LabelContent  content,
CString &  strDPLabel 
)
virtual

Returns a data point's label text.

The method is called to retrieve text of data label to be displayed for the specified data point.

You can override this method in a derived class if you implement virtual series and want to customize data point labels.

Parameters
nDataPointIndexSpecifies a data point index.
contentSpecifies data label content.
strDPLabelContains data label text when the function returns.

Reimplemented in CBCGPChartTernarySeries.