BCGControlBar Pro for MFC
virtual BOOL CBCGPChartVisualObject::OnFormatDataPointTableText ( CString &  strText,
CBCGPChartSeries pSeries,
int  nDataPointIndex,
int  nPrecision 
)
virtual

Called by the framework to obtain a data point table label.

Parameters
strTextA string contains a custom label.
pSeriesA pointer to a series.
nDataPointIndexZero-based index of the data point.
nPrecisionThe precision.
Returns
TRUE if developer specifies the custom label value, FALSE - otherwise.