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

AxisY2D.SetAlwaysShowZeroLevel(ChartNonVisualElement, Boolean) Method

Sets the value of the AxisY2D.AlwaysShowZeroLevel attached property to the specified AxisRange.

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 axis range to which the attached property is written.

value Boolean

The required Boolean value.

See Also