This is the root of our tree, it has no parent.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Chart(
	Image image
)
Visual Basic (Declaration)
Public Sub New ( _
	image As Image _
)
Visual C++
public:
Chart(
	Image^ image
)

Parameters

image
Type: System.Drawing..::.Image
An Image into which the Chart is to be drawn.

Remarks

This creates the Chart drawn into the Image.

See Also