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.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
[Flags]
public enum NumericalAxisRangeExtendDirection
Fields
The range will be extended in both negative and positive direction.
C#
Both = Positive | Negative
The range minimum will be extended with one major step so that the data's minimum is at least 5% away from the range minimum.
C#
Negative = 2
The range will be rounded but not extended.
C#
None = 0
The range maximum will be extended with one major step so that the data's maximum is at least 5% away from the range maximum.
C#
Positive = 1