Skip to main content
A newer version of this page is available. .

ChartControl.ShowPrintPreview(PrintSizeMode) Method

OBSOLETE

This method is obsolete now. Please, use the ChartControl.OptionsPrint.SizeMode property along with the ShowPrintPreview method without any parameters instead.

Invokes the Print Preview Form, which shows the print preview of the chart using the specified zoom settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.UI.dll

Declaration

[Obsolete("This method is obsolete now. Please, use the ChartControl.OptionsPrint.SizeMode property along with the ShowPrintPreview method without any parameters instead.")]
[Browsable(false)]
public void ShowPrintPreview(
    PrintSizeMode sizeMode
)

Parameters

Name Type Description
sizeMode PrintSizeMode

A PrintSizeMode enumeration value which specifies the size mode used to print the chart.

Remarks

This method is now obsolete. Use the ChartControl.OptionsPrint.SizeMode property along with the ChartControl.ShowPrintPreview method without any parameters, instead.

See Also