PanelChart Constructor (Chart) |
Creates new PanelChart using a given Chart object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PanelChart(
Chart chart
)
Public Sub New (
chart As Chart
)
public:
PanelChart(
Chart^ chart
)
new :
chart : Chart -> PanelChart
Parameters
- chart
- Type: Imsl.Chart2DChart
A Chart to be displayed in this panel.
See Also