Skip to main content

AxisY.GetShowZeroValue(WholeAxisRange) Method

Gets the value of the AxisY.ShowZeroValue attached property for a specified WholeAxisRange object.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public static bool GetShowZeroValue(
    WholeAxisRange range
)

#Parameters

Name Type Description
range WholeAxisRange

The axis range from which the property value is read.

#Returns

Type Description
Boolean

The AxisY.ShowZeroValue property value for the axis range.

See Also