Skip to main content
All docs
V18.2

DashboardPdfExportOptions.PieAutoArrangeContent Property

Gets or sets whether pies within the Pie dashboard item are arranged automatically on the exported page.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool PieAutoArrangeContent { get; set; }

Property Value

Type Description
Boolean

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

See Also