Saves an image of the chart to the clipboard using display size.

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

Syntax

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

Parameters

ImgFmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.

See Also