Visit Gigasoft's Web Site
 ProEssentials v9 Help

GraphHotSpot Event

Scope Graph, Scientific Graph, and Polar OCX/VCL

 

Sub ctlname_GraphHotSpot(DblClk As Integer, Xval As Double, Yval As Double)

 

The GraphHotSpot event is fired when the user clicks inside the graphs grid.

 

Parameter

Description

DblClk

0 = Click;  1 = Double Click

Xval

Grid X Axis Coordinate.

Yval

Grid Y Axis Coordinate.

 

Comments

This event is only fired if AllowGraphHotSpots is TRUE.

 

See Also: AllowDataHotSpots, PEconvpixeltograph, OCX/VCL Events