Class AxisPlotInfo
Inheritance
System.Object
AxisPlotInfo
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class AxisPlotInfo : Object
Constructors
AxisPlotInfo()
Declaration
public AxisPlotInfo()
AxisPlotInfo(IntPtr, JniHandleOwnership)
Declaration
protected AxisPlotInfo(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Axis
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
SnapTickIndex
Declaration
public virtual int SnapTickIndex { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
CenterX(RadRect)
Declaration
public virtual double CenterX(RadRect relativeRect)
Parameters
RadRect
relativeRect
|
Returns
System.Double
|
CenterY(RadRect)
Declaration
public virtual double CenterY(RadRect relativeRect)
Parameters
RadRect
relativeRect
|
Returns
System.Double
|