Sets the "Component" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetComponent(
Control component
)
Public Overridable Sub SetComponent (
component As Control
)
public:
virtual void SetComponent(
Control^ component
)
abstract SetComponent :
component : Control -> unit
override SetComponent :
component : Control -> unit
Parameters
- component
- Type: System.Windows.FormsControl
A Control that contains a component of the Chart.
See Also