Skip to main content
All docs
V24.1

DxPdfExportOptions.TreemapSizeMode Property

Specifies the export size mode for the Treemap dashboard item.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.1.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