Class DataPointBindingEntry
Inheritance
System.Object
DataPointBindingEntry
Namespace: Com.Telerik.Widget.Chart.Engine.Databinding
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class DataPointBindingEntry : Object
Constructors
DataPointBindingEntry(Object, DataPoint)
Declaration
public DataPointBindingEntry(Object dataItem, DataPoint dataPoint)
Parameters
Java.Lang.Object
dataItem
|
DataPoint
dataPoint
|
DataPointBindingEntry(IntPtr, JniHandleOwnership)
Declaration
protected DataPointBindingEntry(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DataItem
Declaration
public virtual Object DataItem { get; }
Property Value
Java.Lang.Object
|
DataPoint
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
|