Back to Devexpress

ChartControlBase.ShowRibbonPrintPreview Method

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

latest5.7 KB
Original Source

ChartControlBase.ShowRibbonPrintPreview Method

NameParametersDescription
ShowRibbonPrintPreview(FrameworkElement, PrintSizeMode)owner, sizeModeCreates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement, 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 Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement, 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 Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(FrameworkElement, String, String)owner, documentName, titleCreates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(FrameworkElement, String)owner, documentNameCreates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement)ownerCreates a print document from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(Window, PrintSizeMode)owner, sizeModeCreates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(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 Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(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 Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(Window, String, String)owner, documentName, titleCreates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(Window, String)owner, documentNameCreates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(Window)ownerCreates a print document from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.