Saves an image of the chart to the specified stream in the specified format.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void SaveImage(
	Stream stream,
	ImageFormat ImgFmt
)
Visual Basic
Public Sub SaveImage ( _
	stream As Stream, _
	ImgFmt As ImageFormat _
)

Parameters

stream
Type: System.IO..::..Stream
Stream for image output.
ImgFmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.

See Also