Skip to main content

ChartControl.ShowRibbonPrintPreview(FrameworkElement, PrintSizeMode) Method

In This Article

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public void ShowRibbonPrintPreview(
    FrameworkElement owner,
    PrintSizeMode sizeMode
)

#Parameters

Name Type
owner FrameworkElement
sizeMode PrintSizeMode
See Also