Skip to main content

ChartControl.ShowPrintPreview(Window, String, String, PrintSizeMode) Method

In This Article

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public void ShowPrintPreview(
    Window owner,
    string documentName,
    string title,
    PrintSizeMode sizeMode
)

#Parameters

Name Type
owner Window
documentName String
title String
sizeMode PrintSizeMode
See Also