Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeDataHotSpot

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event DataHotSpotEventHandler PeDataHotSpot;

 

public delegate void DataHotSpotEventHandler(object sender, ProEssentials.EventArg.DataHotSpotEventArgs e);

 

public DataHotSpotEventArgs(bool doubleClick, int subsetIndex, int pointIndex)

 

Argument

Description

doubleClick

False = Click

True = Double Click

subsetIndex

Zero based index of subset clicked.

pointIndex

Zero based index of point clicked.

 

Description

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

 

Comments

This event is only fired if PeUserInterface.HotSpot.Data is True.

 

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

 

See Also: PeUserInterface.HotSpot  PeData.Y