Class CategoricalDataPointBase
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.DataPoints
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class CategoricalDataPointBase : DataPoint
Constructors
CategoricalDataPointBase()
Declaration
public CategoricalDataPointBase()
CategoricalDataPointBase(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalDataPointBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CategoricalPlot
Declaration
public CategoricalAxisPlotInfo CategoricalPlot { get; set; }
Property Value
CategoricalAxisPlotInfo
|
Category
Declaration
public virtual Object Category { get; set; }
Property Value
Java.Lang.Object
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|