Skip to main content

DashboardPdfExportOptions.PieAutoArrangeContent Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool PieAutoArrangeContent { get; set; }

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Object Type Path to PieAutoArrangeContent
BeforeExportDocumentEventArgs
.PdfExportOptions .PieAutoArrangeContent
CustomExportBaseEventArgs
.PdfExportOptions .PieAutoArrangeContent
ASPxDashboard
.PdfExportOptions .PieAutoArrangeContent
BeforeExportDocumentWebEventArgs
.PdfExportOptions .PieAutoArrangeContent
CustomExportBaseWebEventArgs
.PdfExportOptions .PieAutoArrangeContent
DashboardExtensionSettings
.PdfExportOptions .PieAutoArrangeContent
DashboardDesigner
.PdfExportOptions .PieAutoArrangeContent
DashboardViewer
.PdfExportOptions .PieAutoArrangeContent
IDashboardControl
.PdfExportOptions .PieAutoArrangeContent
DashboardControl
.PdfExportOptions .PieAutoArrangeContent
See Also