Obtains an image of the current chart display using the specified size.

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

Syntax

C#
public Image GetImage(
	Size sz
)
Visual Basic
Public Function GetImage ( _
	sz As Size _
) As Image

Parameters

sz
Type: System.Drawing..::..Size
Image size.

Return Value

Image of the current chart display.

See Also