Class NumericalAxisRangeExtendDirection
Inheritance
System.Object
NumericalAxisRangeExtendDirection
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Continuous
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class NumericalAxisRangeExtendDirection : Object
Constructors
NumericalAxisRangeExtendDirection()
Declaration
public NumericalAxisRangeExtendDirection()
Fields
Both
Declaration
public const int Both = 3
Field Value
System.Int32
|
Negative
Declaration
public const int Negative = 2
Field Value
System.Int32
|
None
Declaration
public const int None = 0
Field Value
System.Int32
|
Positive
Declaration
public const int Positive = 1
Field Value
System.Int32
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|