EnumNumericalAxisRangeExtendDirection
Enum
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:
cs-api-definition
[Flags]
public enum NumericalAxisRangeExtendDirection
Fields
Both
The range will be extended in both directions by one major tick step.
Declaration
cs-api-definition
Both = Positive | Negative
Field Value
Negative
The range minimum will be extended (if necessary) with one major step.
None
The range minimum is the minimum data point value and the range maximum is the maximum data point value.
Positive
The range maximum will be extended (if necessary) with one major step.