BCGControlBar Pro for MFC
virtual BOOL CBCGPChartStockSeries::OnGetDataPointTooltip ( int  nDataPointIndex,
CString &  strTooltip,
CString &  strTooltipDescr 
)
virtual

Overridden. Returns tooltip and description for stock data points.

Override this method in a derived class to display custom tooltips.

Parameters
nDataPointIndexSpecifies data point index.
strTooltipShould contain non empty tooltip text when the function returns.
strTooltipDescrShould contain tooltip description when the function returns.

Reimplemented from CBCGPChartSeries.