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

CircularAxisY2D.GetAlwaysShowZeroLevel(ChartNonVisualElement) Method

Gets the always show zero level value of the CircularAxisY2D.AlwaysShowZeroLevel attached property of the specified circular Y-Axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static bool GetAlwaysShowZeroLevel(
    ChartNonVisualElement range
)

Parameters

Name Type Description
range ChartNonVisualElement

The axis circular range from which the property value is read.

Returns

Type Description
Boolean

The CircularAxisY2D.AlwaysShowZeroLevel property value of the circular axis range.

See Also