Skip to main content
A newer version of this page is available. .
All docs
V21.1

ChartOptionsPrintModel.ImageFormat Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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