Skip to main content

ZAxis3D.GetAlwaysShowZeroLevel(ChartNonVisualElement) Method

Gets the value of the ZAxis3D.AlwaysShowZeroLevel attached property for the specified Range.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static bool GetAlwaysShowZeroLevel(
    ChartNonVisualElement range
)

Parameters

Name Type Description
range ChartNonVisualElement

The range for which the value should be obtained.

Returns

Type Description
Boolean

true if the zero level should be displayed on the Z-axis; otherwise false.

See Also