Skip to main content

NumericAxisY.AlwaysShowZeroLevel Property

Gets or sets a value that indicates whether to show the zero level of the y-axis.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public bool AlwaysShowZeroLevel { get; set; }

Property Value

Type Description
Boolean

true, if the zero level is displayed on the y-axis; otherwise, false.

Remarks

Use the AlwaysShowZeroLevel property to control whether the zero level should always be visible when the y-axis range is calculated automatically. For instance, it may be necessary to prevent the zero level from being shown and use another minimum value for the range if all the series points values are located far above zero.

AlwaysShowZeroLevel = True

AlwaysShowZeroLevel = False

AlwaysShowZeroLevel True

AlwaysShowZeroLevel False

See Also