Skip to main content

CircularAxisY2D.SetAlwaysShowZeroLevel(ChartNonVisualElement, Boolean) Method

Sets the value of the CircularAxisY2D.AlwaysShowZeroLevel attached property to the specified axis range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v25.1.dll

NuGet Package: 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.

Remarks

For more information about axis ranges, refer to the following help topic: Whole and Visual Ranges.

See Also