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

GridDeltaColumn.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.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if the bar’s minimum value is zero; false, if the bar’s minimum value is automatically selected so that the difference between bars is shown most clearly.

Remarks

Grid_ColumnTypes_AlwaysShowZeroLevel

See Also