Back to Devexpress

SankeyOptionsPrint Class

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-printing.md

latest1.9 KB
Original Source

SankeyOptionsPrint Class

Contains Sankey print options.

Namespace : DevExpress.XtraCharts.Sankey.Printing

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SankeyOptionsPrint :
    BaseOptions,
    IXtraSupportShouldSerialize
vb
Public Class SankeyOptionsPrint
    Inherits BaseOptions
    Implements 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:

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

Inheritance

Object ViewStatePersisterCore BaseOptions SankeyOptionsPrint

See Also

SankeyOptionsPrint Members

DevExpress.XtraCharts.Sankey.Printing Namespace