Skip to main content
A newer version of this page is available. .

PieDashboardItem.ContentArrangementMode Property

Gets or sets how pies displayed within the pie dashboard item should be arranged.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(ContentArrangementMode.Auto)]
public ContentArrangementMode ContentArrangementMode { get; set; }

Property Value

Type Default Description
ContentArrangementMode **Auto**

A ContentArrangementMode enumeration member that specifies how pies displayed within the pie dashboard item should be arranged.

Remarks

If the ContentArrangementMode property is set to arrange pies in a specified number of rows or columns (the ContentArrangementMode.FixedColumnCount or ContentArrangementMode.FixedRowCount values), use the PieDashboardItem.ContentLineCount property to specify the desired number of columns or rows.

To enable automatic arrangement of pies, set the ContentArrangementMode property to ContentArrangementMode.Auto.

See Also