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

ChartPrintingOptions.SizeMode Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.ChartSizeMode/DashboardPdfExportOptions.ChartSizeMode properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the print size mode for the chart dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

[DefaultValue(ChartPrintingSizeMode.Zoom)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.ChartSizeMode/DashboardPdfExportOptions.ChartSizeMode properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public ChartPrintingSizeMode SizeMode { get; set; }

Property Value

Type Default Description
ChartPrintingSizeMode **Zoom**

A ChartPrintingSizeMode enumeration member that specifies the print size mode for the chart dashboard item.

See Also