Visit Gigasoft's Web Site
 ProEssentials v9 Help

GRAPHLOC

This structure holds the location of the most recent graph hot-spot event and is retrieved with the PEP_structGRAPHLOC property. You normally retrieve this structure after first looking at the HOTSPOTDATA structure.

 

 

typedef struct tagGRAPHLOC

{

  int     nAxis;

  double  fXval;

  double  fYval;

} GRAPHLOC;

 

 

Parameter

Description

nAxis

Defines the zero based axis index.

fXval

X axis location in graph coordinates.

fYval

Y axis location in graph coordinates.

 

Comments

Also see PEP_structHOTSPOTDATA, HOTSPOTDATA, AllowGraphHotSpots, AllowAxisHotSpots