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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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