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


Gets or sets a value that determines whether the mouse tracking is enabled for all series.

Syntax

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

See Also

© 2021 All Rights Reserved.