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

ChartAxisY.AlwaysShowZeroLevel Property

Gets or sets whether the zero level of the Y-axis should always be visible.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public bool AlwaysShowZeroLevel { get; set; }

Property Value

Type Description
Boolean

true, to always show the zero level of the Y-axis; otherwise, false.

Remarks

If the AlwaysShowZeroLevel property is set to false, the chart dashboard item displays the range of the Y-axis that currently contains data points.

If the AlwaysShowZeroLevel property is set to true, the displayed range of the Y-axis always includes the zero level.

Chart_YAxisOptions_AlwaysShowZeroLevel

See Also