PieDashboardItem.ContentLineCount Property
Gets or sets the number of columns or rows in which pies should be arranged.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 3 | An integer value that specifies the number of columns or rows in which pies should be arranged. |
Remarks
The ContentLineCount property is in effect if the PieDashboardItem.ContentArrangementMode property is set to ContentArrangementMode.FixedColumnCount or ContentArrangementMode.FixedRowCount.
See Also