ChartControl.ShowRibbonPrintPreview(FrameworkElement, String, String) Method
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
public void ShowRibbonPrintPreview(
FrameworkElement owner,
string documentName,
string title
)
#Parameters
Name | Type |
---|---|
owner | Framework |
document |
String |
title | String |
See Also