Visit Gigasoft's Web Site
 ProEssentials v9 Help

YAxis Event

Scope Graph and Scientific Graph OCX/VCL

 

Sub ctlname_YAxis(DblClk As Integer, nAxis As Integer, nRight As Integer, Yval As Double)

 

The YAxis event is fired when the user clicks along a y axis.

 

Parameter

Description

DblClk

0 = Click

1 = Double Click

nAxis

Zero based index of axis containing label.

nRight

0=Left, 1=Right.

Yval

Floating point value location clicked.

 

Comments

This event is only fired if AllowAxisHotSpots is TRUE.

 

See Also: XAxis event, OCX/VCL Events