Skip to main content

ZAxis3D.SetAlwaysShowZeroLevel(ChartNonVisualElement, Boolean) Method

Sets 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 void SetAlwaysShowZeroLevel(
    ChartNonVisualElement range,
    bool value
)

Parameters

Name Type Description
range ChartNonVisualElement

The range for which the value should be specified.

value Boolean

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

See Also