Skip to main content

PieDashboardItem.ContentLineCount Property

Gets or sets the number of columns or rows in which pies should be arranged.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(3)]
public int ContentLineCount { get; set; }

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