BCGSuite for MFC
virtual BOOL CBCGPChartVisualObject::OnFormatDataPointTooltip ( CString &  strTooltip,
CBCGPChartSeries pSeries,
int  nDataPointIndex 
)
virtual

Called by framework to obtain a data point tooltip.

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