Class NumericalAxisPlotInfo
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Continuous
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class NumericalAxisPlotInfo : NumericalAxisPlotInfoBase
Constructors
NumericalAxisPlotInfo(IntPtr, JniHandleOwnership)
Declaration
protected NumericalAxisPlotInfo(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
NormalizedValue
Declaration
public double NormalizedValue { 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
|
Overrides
Methods
ConvertToAngle()
Declaration
public virtual double ConvertToAngle()
Returns
System.Double
|
Create(AxisModel, Double, Double, Double)
Declaration
public static NumericalAxisPlotInfo Create(AxisModel axis, double plotOffset, double value, double origin)
Parameters
AxisModel
axis
|
System.Double
plotOffset
|
System.Double
value
|
System.Double
origin
|
Returns
NumericalAxisPlotInfo
|