SankeyOptionsPrint Class
Contains Sankey print options.
Namespace: DevExpress.XtraCharts.Sankey.Printing
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Related API Members
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
Object
ViewStatePersisterCore
BaseOptions
SankeyOptionsPrint
See Also