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