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

PieDashboardItem.ContentLineCount Property

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

Namespace: DevExpress.DashboardCommon

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

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