ChartOptionsPrint.ImageFormat Property
In This Article
Specifies the image format for a chart’s representation in a Print Preview form.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public PrintImageFormat ImageFormat { get; set; }
#Property Value
Type | Description |
---|---|
Print |
A Print |
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 Image |
---|---|
Chart |
|
#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