Click or drag to resize
Chart Constructor (Image)
This is the root of our tree, it has no parent.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Chart(
	Image image
)

Parameters

image
Type: System.DrawingImage
An Image into which the Chart is to be drawn.
Remarks
This creates the Chart drawn into the Image.
See Also