|
HOTSPOTDATAThis structure holds parameters defining the most current hot-spot event. The ProEssentials reset this structure every time a WM_LBUTTONDOWN or WM_RBUTTONDOWN message is received.
Comments The SDK developer will recognize Hot-Spots events by responding to the PEWN_CLICKED or PEWN_DBLCLICKED notification messages via WM_COMMAND. In response to a WM_COMMAND with one of the above ProEssentials notification message, use PEvget to receive the current HOTSPOTDATA structure. If nHotSpotType does not equal PEHS_NONE, then a Hot-Spot event has occurred. The developer then uses w1 and w2 to further define what type of event has occurred.
In the case of a PEHS_GRAPH, PEHS_YAXIS and PEHS_XAXIS, the developer must also use PEP_structGRAPHLOC to retrieve the GRAPHLOC structure which stores the coordinates where the user clicked.
A PEHS_POINT event for the Pie Chart Object will also give the subset index in the w2 structure member.
Above where w1 = axis, this is the zero based axis index and is only used if MultiAxesSubsets is implemented.
See Also: PEP_structHOTSPOTDATA, PEgethotspot, AllowDataHotSpots
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |