Skip to main content

ScrollingRange.AlwaysShowZeroLevel Property

OBSOLETE

This property is obsolete now. Instead, set the ScrollingRange.MinValue property to 0.

Always returns true, to make the Y-axis zero level constantly visible, when the diagram’s scrolling is enabled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Instead, set the ScrollingRange.MinValue property to 0.")]
[Browsable(false)]
public bool AlwaysShowZeroLevel { get; set; }

Property Value

Type Description
Boolean

Always true.

Remarks

This property is obsolete. Now, to make the Y-axis always display its zero level, set the ScrollingRange.MinValue property to 0.

For more information, refer to Visual Ranges and Whole Ranges .

See Also