Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartObject.GetImage(Size) Method

Converts the chart to an image of the specified size.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

OfficeImage GetImage(
    Size size
)

Parameters

Name Type Description
size Size

A Size object that specifies image dimensions.

Returns

Type Description
OfficeImage

An OfficeImage object that is the image in the document.

Remarks

The GetImage renders the chart of the specified size and converts it to an image.

See Also