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

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.v18.2.dll

Declaration

[Obsolete("This property is obsolete now. Instead, set the ScrollingRange.MinValue property to 0.")]
[Browsable(false)]
[NonTestableProperty]
[XtraSerializableProperty]
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