Sets the "Component" attribute value.

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

Syntax

C#
public virtual void SetComponent(
	Control component
)
Visual Basic (Declaration)
Public Overridable Sub SetComponent ( _
	component As Control _
)
Visual C++
public:
virtual void SetComponent(
	Control^ component
)

Parameters

component
Type: System.Windows.Forms..::.Control
A Control that contains a component of the Chart.

See Also