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