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

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public override Image GetImage(
	ImageFormat imgfmt,
	Size sz
)
Visual Basic
Public Overrides Function GetImage ( _
	imgfmt As ImageFormat, _
	sz As Size _
) As Image

Parameters

imgfmt
Type: System.Drawing.Imaging..::..ImageFormat
Image format.
sz
Type: System.Drawing..::..Size
Image size.

Return Value

Image of the current chart display.

See Also