Skip to main content

ChartOptionsPrint.ImageFormat Property

Specifies the image format for a chart’s representation in a Print Preview form.

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageFormat
ChartControl
.OptionsPrint .ImageFormat

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