Skip to main content
All docs
V23.2

DxPdfExportOptions.PieAutoArrangeContent Property

Specifies whether pies within the Pie dashboard item are automatically arranged on the exported page.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

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

Property Value

Type Description
Boolean

true to arrange pies automatically on the exported page; otherwise, false.

See Also