Visit Gigasoft's Web Site
 ProEssentials v9 Help

XAxis Event

Scope Graph and Scientific Graph OCX/VCL

 

Sub ctlname_XAxis(DblClk As Integer, nTop As Integer, Xval As Double)

 

The XAxis event is fired when the user clicks along an x axis.

 

Parameter

Description

DblClk

0 = Click

 1 = Double Click

nTop

0=Bottom, 1=Top.

Xval

Floating point value location clicked.

 

Comments

This event is only fired if AllowAxisHotSpots is TRUE.

 

See Also: YAxis event, OCX/VCL Events