Skip to main content
All docs
V25.1
  • SankeyOptionsPrint Class

    Contains Sankey print options.

    Namespace: DevExpress.XtraCharts.Sankey.Printing

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public class SankeyOptionsPrint :
        BaseOptions,
        IXtraSupportShouldSerialize

    The following members return SankeyOptionsPrint objects:

    Remarks

    The code below sets the resulting Sankey diagram image’s width to the document width and exports the Sankey diagram to a PDF file:

    sankeyDiagramControl1.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom;
    sankeyDiagramControl1.ExportToPdf("D://sankey.pdf");
    

    Inheritance

    See Also