Saves an image of the chart in a Byte array in the specified format.

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

Syntax

C#
public void SaveImage(
	ref byte[] ByteArray,
	ImageFormat ImgFmt
)
Visual Basic
Public Sub SaveImage ( _
	ByRef ByteArray As Byte(), _
	ImgFmt As ImageFormat _
)

Parameters

ByteArray
Type: array<System..::..Byte>[]()[][]%
Byte array for image output.
ImgFmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.

See Also