dotnetCHARTING Send comments on this topic.
JsID Property
See Also 
dotnetCHARTING Namespace > Element Class : JsID Property


Gets or sets the ID of this element used in JSCharting. By specifying this ID, the element can be referenced in JS.

Syntax

Visual Basic (Declaration) 
Public Property JsID As String
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As String
 
instance.JsID = value
 
value = instance.JsID
C# 
public string JsID {get; set;}

See Also

© 2016 All Rights Reserved.