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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use AxisBase.WholeRange.AlwaysShowZeroLevel instead.")]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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