dotnetCHARTING Send comments on this topic.
EnableMouseTracking Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : EnableMouseTracking Property


Gets or sets a value that indicates whether the mouse is tracked.

Syntax

Visual Basic (Declaration) 
Public Property EnableMouseTracking As Boolean
Visual Basic (Usage)Copy Code
Dim instance As NavigatorOptions
Dim value As Boolean
 
instance.EnableMouseTracking = value
 
value = instance.EnableMouseTracking
C# 
public bool EnableMouseTracking {get; set;}

Remarks

The chart can track the mouse position to determine the values of data at those positions. The mouse is tracked across the chart area and preview area and the values are reported in the respective chart area legends. When hovering cells on axes, the legends will reflect calculations based on the ranges of those cells.

See Also

© 2010 All Rights Reserved.