Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxPdfExportOptions.TreemapSizeMode Property

Specifies the export size mode for the Treemap dashboard item.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public TreemapExportSizeMode TreemapSizeMode { get; set; }

Property Value

Type Description
TreemapExportSizeMode

A TreemapExportSizeMode object that specifies how the Treemap dashboard item should be resized when it is exported.

Available values:

Name Description
None

A Treemap dashboard item is exported in a size identical to that shown on the dashboard.

Zoom

A Treemap dashboard item is resized proportionally to best fit the exported page.

See Also