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

TreemapPrintingOptions.SizeMode Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.TreemapSizeMode/DashboardPdfExportOptions.TreemapSizeMode 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 Treemap dashboard item.

Namespace: DevExpress.DashboardWin

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

Declaration

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

Property Value

Type Default Description
TreemapPrintingSizeMode **Zoom**

A TreemapPrintingSizeMode enumeration member that specifies the print size mode for the Treemap dashboard item.

See Also