PrintImageFormat Enum
In This Article
Lists the values used to specify an image format to be maintained for a chart in its Print Preview.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Bitmap
|
Represents the bitmap image format. |
Metafile
|
Represents the metafile image format. |
#Related API Members
The following properties accept/return PrintImageFormat values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Chart |
Chart |
|
Heatmap |
|
Sankey |
|
Win |
Chart |
#Remarks
The values listed by the PrintImageFormat enumeration are used to set the ChartOptionsPrint.ImageFormat and ChartPrinter.ImageFormat properties.
See Also