ChartPrinter.ImageFormat Property
Specifies the chart’s print image format.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
PrintImageFormat | A PrintImageFormat enumeration value, specifying the image format for the chart. |
Available values:
Name | Description |
---|---|
Bitmap | Represents the bitmap image format. |
Metafile | Represents the metafile image format. |
Remarks
Use the ImageFormat property, to specify your chart’s print image format (bitmap or metafile), to pass it to the PrintingSystem component.
See Also