Visit Gigasoft's Web Site
 ProEssentials v9 Help

XAxisAnnotHotSpot Event

Scope Graph and Scientific Graph OCX/VCL

 

Sub ctlname_XAxisAnnotHotSpot(DblClk As Integer, nIndex As Integer)

 

The XAxisAnnotHotSpot event is fired when the user clicks an x axis annotation.

 

Parameter

Description

DblClk

Zero for click, and 1 for Double Click.

nIndex

Zero based index of annotation clicked.

 

Comments

This event is only fired if AllowXAxisAnnotHotSpots is TRUE.

 

See Also: XAxisAnnotation, OCX/VCL Events