wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-showprintpreview.md
| Name | Parameters | Description |
|---|---|---|
| ShowPrintPreview(FrameworkElement, PrintSizeMode) | owner, sizeMode | Creates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the specified owner and title. |
| ShowPrintPreview(FrameworkElement, String, PrintSizeMode) | owner, documentName, sizeMode | Creates 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 specified owner. |
| ShowPrintPreview(FrameworkElement, String, String, PrintSizeMode) | owner, documentName, title, sizeMode | Creates 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 specified owner and title. |
| ShowPrintPreview(FrameworkElement, String, String) | owner, documentName, title | Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the specified owner and title. |
| ShowPrintPreview(FrameworkElement, String) | owner, documentName | Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the specified owner. |
| ShowPrintPreview(FrameworkElement) | owner | Creates a print document from a chart and displays the document using the Print Preview window with the specified owner. |
| ShowPrintPreview(Window, PrintSizeMode) | owner, sizeMode | Creates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the specified owner. |
| ShowPrintPreview(Window, String, PrintSizeMode) | owner, documentName, sizeMode | Creates 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 specified owner. |
| ShowPrintPreview(Window, String, String, PrintSizeMode) | owner, documentName, title, sizeMode | Creates 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 specified owner and title. |
| ShowPrintPreview(Window, String, String) | owner, documentName, title | Creates 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. |
| ShowPrintPreview(Window, String) | owner, documentName | Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the specified owner. |
| ShowPrintPreview(Window) | owner | Creates a print document from a chart and displays the document using the Print Preview window with the specified owner. |