Visit Gigasoft's Web Site
 ProEssentials v9 Help

GridNumber Event

Scope Graph, Scientific Graph, Polar, and 3D Scientific Graph OCX/VCL

 

Sub ctlname_GridNumber(DblClk As Integer, nType As Integer, nAxis As Integer, dNumber As Double)

 

The GridNumber event is fired when the user clicks an axis grid number.

 

Parameter

Description

DblClk

0 = Click;  1 = Double Click

nType

0 = X Axis

1 = Y Axis

2 = Right Y Axis

3 = Top X Axis

4 = Z Axis

nAxis

If using MultiAxesSubsets, the axis index 0-5.

dNumber

Value of grid number clicked.

 

Comments

This event is only fired if AllowGridNumberHotSpotsX  AllowGridNumberHotSpotsY, AllowGridNumberHotSpotsRY, AllowGridNumberHotSpotsTX, or AllowGridNumberHotSpotsZ is True.

 

See Also:  OCX/VCL Events