BCGSuite for MFC
BOOL CBCGPChartVisualObject::FireMouseMessage ( UINT  nMsg,
int  nButton,
const CBCGPPoint pt,
BOOL  bUseLastHit = FALSE 
)

Sends a mouse message to the chart's owner.

If bUseLastHit is FALSE the method calls HitTestInternal(). Otherwise it uses information stored in m_lastHit.

Parameters
nMsgThe message ID.
nButtonMouse button index.
ptCurrent mouse pointer position in owner's client coordinates.
bUseLastHitSpecifies whether to use the last hit test.