Back to Devexpress

ChartOptionsPrint.ImageFormat Property

corelibraries-devexpress-dot-xtracharts-dot-printing-dot-chartoptionsprint-f1eb2252.md

latest1.9 KB
Original Source

ChartOptionsPrint.ImageFormat Property

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

Namespace : DevExpress.XtraCharts.Printing

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public PrintImageFormat ImageFormat { get; set; }
vb
Public Property ImageFormat As PrintImageFormat

Property Value

TypeDescription
PrintImageFormat

A PrintImageFormat enumeration value, specifying the image format for the chart.

|

Available values:

NameDescription
Bitmap

Represents the bitmap image format.

| | Metafile |

Represents the metafile image format.

| | Svg | |

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ChartOptionsPrint Class

ChartOptionsPrint Members

DevExpress.XtraCharts.Printing Namespace