ChartObject.GetImage(Size) Method
Converts the chart to an image of the specified size.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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