Click or drag to resize
ChartSetComponent Method
Sets the "Component" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetComponent(
	Control component
)

Parameters

component
Type: System.Windows.FormsControl
A Control that contains a component of the Chart.
See Also