Specifies how a numerical axis auto-range will be extended so that each data point is visualized in the best possible way.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
[Flags]
public enum NumericalAxisRangeExtendDirection
Fields
The range will be extended in both directions by one major tick step.
C#
Both = Positive | Negative
The range minimum will be extended (if necessary) with one major step.
C#
Negative = 2
The range minimum is the minimum data point value and the range maximum is the maximum data point value.
C#
None = 0
The range maximum will be extended (if necessary) with one major step.
C#
Positive = 1