Chart Constructor (Control) |
This is the root of our tree, it has no parent.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Chart(
Control component
)
Public Sub New (
component As Control
)
public:
Chart(
Control^ component
)
new :
component : Control -> Chart
Parameters
- component
- Type: System.Windows.FormsControl
A Component that contains the chart.
Remarks
This creates the Chart with the named Component.
See Also