Class AxisCategory
Inheritance
System.Object
AxisCategory
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class AxisCategory : Object
Constructors
AxisCategory()
Declaration
public AxisCategory()
AxisCategory(IntPtr, JniHandleOwnership)
Declaration
protected AxisCategory(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
|
Key
Declaration
public Object Key { get; set; }
Property Value
Java.Lang.Object
|
KeySource
Declaration
public Object KeySource { get; set; }
Property Value
Java.Lang.Object
|
Points
Declaration
public IList Points { get; set; }
Property Value
System.Collections.IList
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|