Skip to main content
All docs
V23.2

ChartOptionsPrintModel.ImageFormat Property

Gets or sets the ChartOptionsPrint.ImageFormat property within the ChartOptionsPrintModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PrintImageFormat ImageFormat { get; set; }

Property Value

Type Description
PrintImageFormat

The chart image format in a Print Preview form.

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
ChartModel
.OptionsPrint .ImageFormat
See Also