Skip to main content

AxisY.SetShowZeroValue(WholeAxisRange, Boolean) Method

Sets the value of the AxisY.ShowZeroValue attached property to a specified WholeAxisRange.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static void SetShowZeroValue(
    WholeAxisRange range,
    bool value
)

Parameters

Name Type Description
range WholeAxisRange

The axis range to which the attached property is written.

value Boolean

The required Boolean value.

See Also