Skip to main content

GridMeasureColumn.AlwaysShowZeroLevel Property

Gets or sets whether the zero level of bars displayed within grid cells should always be visible.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool AlwaysShowZeroLevel { get; set; }

Property Value

Type Default Description
Boolean false

true, if the zero level of bars displayed within grid cells should always be visible; otherwise, false.

See Also