ChartDirector 7.1 (C++ Edition)

CChartViewer.setDefaultToolTip


Usage

void setDefaultToolTip(LPCTSTR text);

Description

Sets the default tool tip to use when the mouse is over the CChartViewer but not over any hot spot.

Arguments

ArgumentDefaultDescription
text(Mandatory)The default tool tip text to use.

Return Value

None