Skip to main content

ChartPrinter.ImageFormat Property

Specifies the chart’s print image format.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PrintImageFormat ImageFormat { get; set; }

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