AxisY.GetShowZeroValue(WholeAxisRange) Method
In This Article
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 | Whole |
The axis range from which the property value is read. |
#Returns
Type | Description |
---|---|
Boolean | The Axis |
See Also