Skip to main content

ChartControl.ShowPrintPreviewDialog(Window, String, PrintSizeMode) Method

In This Article

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public void ShowPrintPreviewDialog(
    Window owner,
    string documentName,
    PrintSizeMode sizeMode
)

#Parameters

Name Type
owner Window
documentName String
sizeMode PrintSizeMode
See Also