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.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.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
NumericalAxisRangeExtendDirection
|
Negative
The range minimum will be extended (if necessary) with one major step.
Declaration
public const NumericalAxisRangeExtendDirection Negative
Field Value
NumericalAxisRangeExtendDirection
|
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
NumericalAxisRangeExtendDirection
|
Positive
The range maximum will be extended (if necessary) with one major step.
Declaration
public const NumericalAxisRangeExtendDirection Positive
Field Value
NumericalAxisRangeExtendDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|