ChartControl.ShowPrintPreview(PrintSizeMode) Method
In This Article
OBSOLETE
This method is obsolete now. Please, use the Chart
Invokes the Print Preview Form, which shows the print preview of the chart using the specified zoom settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This method is obsolete now. Please, use the ChartControl.OptionsPrint.SizeMode property along with the ShowPrintPreview method without any parameters instead.")]
public void ShowPrintPreview(
PrintSizeMode sizeMode
)
#Parameters
Name | Type | Description |
---|---|---|
size |
Print |
A Print |
#Remarks
This method is now obsolete. Use the ChartControl.OptionsPrint.SizeMode property along with the ChartControl.ShowPrintPreview method without any parameters, instead.
See Also