AxisY2D.GetAlwaysShowZeroLevel(ChartNonVisualElement) Method
Gets the always show zero level value of the AxisY2D.AlwaysShowZeroLevel attached property of the specified Y-Axis range.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
range | ChartNonVisualElement | The axis range from which the property value is read. |
Returns
Type | Description |
---|---|
Boolean | The AxisY2D.AlwaysShowZeroLevel property value of the axis range. |
See Also