Back to Devexpress

ChartControlBase.ShowPrintPreviewDialog Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-showprintpreviewdialog.md

latest2.7 KB
Original Source

ChartControlBase.ShowPrintPreviewDialog Method

NameParametersDescription
ShowPrintPreviewDialog(Window, PrintSizeMode)owner, sizeModeCreates a print document from a chart with the specified print size mode and displays the document using the modal Print Preview window with the specified owner.
ShowPrintPreviewDialog(Window, String, PrintSizeMode)owner, documentName, sizeModeCreates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal Print Preview window with the specified owner.
ShowPrintPreviewDialog(Window, String, String, PrintSizeMode)owner, documentName, title, sizeModeCreates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal Print Preview window with the specified owner and title.
ShowPrintPreviewDialog(Window, String, String)owner, documentName, titleCreates a print document with the specified name from a chart and displays the document using the modal Print Preview window with the specified owner and title.
ShowPrintPreviewDialog(Window, String)owner, documentNameCreates a print document with the specified name from a chart and displays the document using the modal Print Preview window with the specified owner.
ShowPrintPreviewDialog(Window)ownerCreates a print document from a chart and displays the document using the modal Print Preview window with the specified owner.