|
PeCustomTrackingDataText
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 |
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|