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


Gets or sets the ID of the JavaScript chart plugin tag generated on the HTML page. Setting this property provides a reference to the chart plugin from within the page using JavaScript.

Syntax

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

See Also

© 2021 All Rights Reserved.