Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyOptionsPrint.ImageFormat Property

Namespace: DevExpress.XtraCharts.Sankey.Printing

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public PrintImageFormat ImageFormat { get; set; }

Property Value

Type
PrintImageFormat

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