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.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class NumericalAxisRangeExtendDirection : Enum
Fields
Both
The range will be extended in both negative and positive direction.
Declaration
public const NumericalAxisRangeExtendDirection Both
Field Value
NumericalAxisRangeExtendDirection
|
Negative
The range minimum will be extended with one major step so that the data's minimum is at least 5% far away from the range minimum.
Declaration
public const NumericalAxisRangeExtendDirection Negative
Field Value
NumericalAxisRangeExtendDirection
|
None
The range will be rounded but not extended.
Declaration
public const NumericalAxisRangeExtendDirection None
Field Value
NumericalAxisRangeExtendDirection
|
Positive
The range maximum will be extended with one major step so that the data's maximum is at least 5% far away from the range maximum.
Declaration
public const NumericalAxisRangeExtendDirection Positive
Field Value
NumericalAxisRangeExtendDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|