Visit Gigasoft's Web Site
 ProEssentials v10 Help

YAxisAnnotHotSpot Event

Scope Graph and Scientific Graph OCX/VCLs

 

Sub ctlname_YAxisAnnotHotSpot(DblClk As Integer, nIndex As Integer)

 

The YAxisAnnotHotSpot event is fired when the user clicks a y axis annotation.

 

Parameter

Description

DblClk

Zero for click, and 1 for Double Click.

Index

Zero based index of annotation clicked.

 

Comments

This event is only fired if AllowYAxisAnnotHotSpots is TRUE.

 

See Also: YAxisAnnotation, OCX/VCL Events