Skip to main content

ChartControl.ShowPrintPreview(FrameworkElement, String, PrintSizeMode) Method

In This Article

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public void ShowPrintPreview(
    FrameworkElement owner,
    string documentName,
    PrintSizeMode sizeMode
)

#Parameters

Name Type
owner FrameworkElement
documentName String
sizeMode PrintSizeMode
See Also