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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[Obsolete("This property is obsolete now. Instead, set the ScrollingRange.MinValue property to 0.")]
[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