This is the root of our tree, it has no parent.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Chart(
	WebControl component
)
Visual Basic (Declaration)
Public Sub New ( _
	component As WebControl _
)
Visual C++
public:
Chart(
	WebControl^ component
)

Parameters

component
Type: System.Web.UI.WebControls..::.WebControl
This creates the Chart with the named WebControl.

See Also