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


Gets or sets a value that determines whether elements can be selected by clicking on them.

Syntax

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

See Also

© 2021 All Rights Reserved.