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


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

Syntax

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

See Also

© 2016 All Rights Reserved.