Visit Gigasoft's Web Site
 ProEssentials v9 Help

PointHotSpot Event

Scope: Graph OCX/VCL

Sub ctlname_PointHotSpot(DblClk As Integer, PointIndex As Integer)

 

Scope: PieChart OCX/VCL

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

 

The PointHotSpot event is fired when the user clicks a point label.

 

Parameter

Description

DblClk

0 = Click

1 = Double Click

PointIndex

Zero based index of point label clicked.

SubsetIndex

Zero based index of currently shown subset. This allows the PointHotSpot event to function like a DataHotSpot event.

 

Comments

This event is only fired if AllowPointHotSpots is TRUE.

 

See Also: PointLabels, OCX/VCL Events