Skip to main content
A newer version of this page is available. .

ChartPrinter.ImageFormat Property

Specifies the chart’s print image format.

Namespace: DevExpress.XtraCharts.Printing

Assembly: DevExpress.XtraCharts.v18.2.dll

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