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

Returns text of data point label.

This method is used to retrieve text of data point label. The text is built from the specified by content parameter content.

The content can be one or combination of the following enumerated values defined in BCGPChartDataLabelOptions:

Parameters
nDataPointIndexSpecifies data point index.
contentSpecifies content to put into resulting text.
strDPLabelContains the text when the function returns.

Reimplemented from CBCGPChartSeries.