Visit Gigasoft's Web Site
 ProEssentials v10 Help

PeCustomTrackingDataText

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event CustomTrackingDataTextEventHandler PeCustomTrackingDataText;

 

public delegate void CustomTrackingDataTextEventHandler(object sender, ProEssentials.EventArg.CustomTrackingDataTextEventArgs e);

 

public CustomTrackingDataTextEventArgs(string TrackingText)

 

Description

The CustomTrackingDataText event is fired when the mouse is moved over a data hot spot within the chart's grid. This event provides the developer an event to read the tooltip text and possibly change the tooltip text.

 

Comments

This event is only fired if PeUserInterface.Cursor.TrackingCustomDataText = true. 

 

There is a related event PeCustomTrackingOtherText for when the mouse moves over a non data hot spot region such as graph annotation hot spot or title hot spot.  

 

See Also: PeUserInterface.HotSpot, PeCustomTrackingOtherText, CursorPromptLocation, CursorPromptStyle