Class NumericalAxisRangeExtendDirection
Specifies how a numerical axis auto-range will be extended so that each data point is visualized in the best possible way.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class NumericalAxisRangeExtendDirection : Enum
Fields
Both
The range will be extended in both directions by one major tick step.
Declaration
public const NumericalAxisRangeExtendDirection Both
Field Value
Negative
The range minimum will be extended (if necessary) with one major step.
Declaration
public const NumericalAxisRangeExtendDirection Negative
Field Value
None
The range minimum is the minimum data point value and the range maximum is the maximum data point value.
Declaration
public const NumericalAxisRangeExtendDirection None
Field Value
Positive
The range maximum will be extended (if necessary) with one major step.
Declaration
public const NumericalAxisRangeExtendDirection Positive
Field Value
value__
Declaration
public int value__
Field Value
System.
|