SankeyDiagramControl.PrintDirect(String) Method
In This Article
Prints the Sankey Diagram Control on a printer with the specified name.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
printer |
String | The printer name. |
#Remarks
To show the standard Print dialog, use the Print() method.
To display the DevExpress Print Preview, use one of the following methods:
Name | Description |
---|---|
Sankey |
Creates a document that contains the Sankey Diagram Control and displays the Print Preview of the document. |
Sankey |
Creates a document that contains the Sankey Diagram Control and displays the Print Preview of the document as a modal window. |
Sankey |
Creates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar. |
Sankey |
Creates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar as a modal window. |
See Also