ChartOptionsPrint.ImageFormat Property
Specifies the image format for a chart’s representation in a Print Preview form.
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ImageFormat |
---|---|
ChartControl |
|
Remarks
Use the ImageFormat property, to maintain the image format (bitmap or metafile) in which a chart is represented in its Print Preview form.
See Also