Class DataPoint
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.DataPoints
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class DataPoint : ChartNode
Constructors
DataPoint()
Declaration
protected DataPoint()
DataPoint(IntPtr, JniHandleOwnership)
Declaration
protected DataPoint(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Properties
Center
Declaration
public virtual Point Center { get; }
Property Value
Android.
|
CenterX
Declaration
public virtual double CenterX { get; }
Property Value
System.
|
CenterY
Declaration
public virtual double CenterY { get; }
Property Value
System.
|
DataItem
Declaration
public virtual Object DataItem { get; set; }
Property Value
Java.
|
DesiredSize
IsEmpty
Declaration
public bool IsEmpty { get; set; }
Property Value
System.
|
IsPositive
Declaration
public bool IsPositive { get; set; }
Property Value
System.
|
IsSelected
Declaration
public virtual bool IsSelected { get; set; }
Property Value
System.
|
IsSelectedPropertyKey
Declaration
protected static int IsSelectedPropertyKey { get; }
Property Value
System.
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
Overrides
Label
Declaration
public virtual Object Label { get; set; }
Property Value
Java.
|
LabelPropertyKey
Declaration
protected static int LabelPropertyKey { get; }
Property Value
System.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|
Overrides
Methods
CheckIsEmpty(Object)
Declaration
protected static bool CheckIsEmpty(Object value)
Parameters
Java.
|
Returns
System.
|
GetTooltipTokens()
Declaration
public virtual Object[] GetTooltipTokens()
Returns
Java.
|
GetValueForAxis(AxisModel)
Declaration
public virtual Object GetValueForAxis(AxisModel axis)
Parameters
Axis
|
Returns
Java.
|
SetValueFromAxis(AxisModel, Object)
Declaration
public virtual void SetValueFromAxis(AxisModel axis, Object value)
Parameters
Axis
|
Java.
|