EnableMouseTracking Property (NavigatorOptions)
Gets or sets a value that indicates whether the mouse is tracked.
Syntax
'Declaration Public Property EnableMouseTracking As Boolean
'Usage Dim instance As NavigatorOptions Dim value As Boolean instance.EnableMouseTracking = value value = instance.EnableMouseTracking
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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also