Skip to main content
All docs
V23.2

DxPdfExportOptions.TreemapAutomaticPageLayout Property

Specifies whether the page orientation used to export the Treemap dashboard item is selected automatically.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool TreemapAutomaticPageLayout { get; set; }

Property Value

Type Description
Boolean

true to automatically select the page orientation used to export the Treemap dashboard item; otherwise, false.

Remarks

The TreemapAutomaticPageLayout property is in effect when the DocumentScaleMode property is set to None. If the TreemapAutomaticPageLayout property is set to true, it overrides the page orientation specified in the PageLayout property.

See Also