corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-printing.md
Contains Sankey print options.
Namespace : DevExpress.XtraCharts.Sankey.Printing
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class SankeyOptionsPrint :
BaseOptions,
IXtraSupportShouldSerialize
Public Class SankeyOptionsPrint
Inherits BaseOptions
Implements IXtraSupportShouldSerialize
The following members return SankeyOptionsPrint objects:
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");
sankeyDiagramControl1.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom
sankeyDiagramControl1.ExportToPdf("D://sankey.pdf")
Object ViewStatePersisterCore BaseOptions SankeyOptionsPrint
See Also