Visit Gigasoft's Web Site
 ProEssentials v9 Help

DataHotSpot Event

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

 

Sub ctlname_DataHotSpot(DblClk As Integer, SubsetIndex As Integer, PointIndex As Integer)

 

The DataHotSpot event is fired when the user clicks a data point.

 

Parameter

Description

DblClk

0 = Click

1 = Double Click

SubsetIndex

Zero based index of subset clicked.

PointIndex

Zero based index of point clicked.

 

Comments

This event is only fired if AllowDataHotSpots is TRUE.

 

The 3D Scientific Graph only triggers event when PolyMode is set to PEPM_SCATTER.

 

See Also: YData, XData, OCX/VCL Events