Skip to main content
All docs
V25.1
  • SankeyOptionsPrint.ImageFormat Property

    Specifies the Sankey image format in the Print Preview form.

    Namespace: DevExpress.XtraCharts.Sankey.Printing

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public PrintImageFormat ImageFormat { get; set; }

    Property Value

    Type Description
    PrintImageFormat

    The Sankey image format in the Print Preview form.

    Available values:

    Name Description
    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 Type Path to ImageFormat
    SankeyDiagramControl
    .OptionsPrint .ImageFormat
    See Also