ChartAxisY.AlwaysShowZeroLevel Property
Gets or sets whether the zero level of the Y-axis should always be visible.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
See Also