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(
	Control component
)
Visual Basic (Declaration)
Public Sub New ( _
	component As Control _
)
Visual C++
public:
Chart(
	Control^ component
)

Parameters

component
Type: System.Windows.Forms..::.Control
A Component that contains the chart.

Remarks

This creates the Chart with the named Component.

See Also