Skip to main content

AxisRange.AlwaysShowZeroLevel Property

OBSOLETE

This property is obsolete now. Use AxisBase.WholeRange.AlwaysShowZeroLevel instead.

Gets or sets a value which indicates whether the Y-axis range should be automatically recalculated to make the zero level constantly visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use AxisBase.WholeRange.AlwaysShowZeroLevel instead.")]
[Browsable(false)]
public bool AlwaysShowZeroLevel { get; set; }

Property Value

Type Description
Boolean

true, if the zero level should always be visible; otherwise, false.

Remarks

Note: This API is now obsolete. Use the AxisBase.WholeRange‘s WholeRange.AlwaysShowZeroLevel property instead.

See Also