AxisY.SetShowZeroValue(WholeAxisRange, Boolean) Method
In This Article
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 | Whole |
The axis range to which the attached property is written. |
value | Boolean | The required Boolean value. |
See Also