Class NumericalAxisRangePlotInfo
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Continuous
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class NumericalAxisRangePlotInfo : NumericalAxisPlotInfoBase
Constructors
NumericalAxisRangePlotInfo(IntPtr, JniHandleOwnership)
Declaration
protected NumericalAxisRangePlotInfo(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
Overrides
NormalizedHigh
Declaration
public double NormalizedHigh { get; set; }
Property Value
System.
|
NormalizedLow
Declaration
public double NormalizedLow { get; set; }
Property Value
System.
|
SnapBaseTickIndex
Declaration
public int SnapBaseTickIndex { get; set; }
Property Value
System.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|