Creates new PanelChart using a given Chart object.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public PanelChart( Chart chart ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ chart As Chart _ ) |
Visual C++ |
---|
public: PanelChart( Chart^ chart ) |
Parameters
- chart
- Type: Imsl.Chart2D..::.Chart
A Chart to be displayed in this panel.