Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.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