PM_GraphHotSpotClick

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

Const.PM_GraphHotSpotClick

The Const.PM_GraphHotSpotClick message is sent to a cGraph object when the user has clicked on a "hot" area of a graph.

Parameters

Name Description
nHitPoint = wParam Data point in nHitSeries that the user clicked on.
nHitSeries = lParam Data series that the user clicked on.

Returns

Unused (the Framework ignores the return value of this message)

Comments

Applications can use the Const.PM_GraphHotSpotClick message to show information or perform an action when the user clicks on an item in a graph.