Class DateTimeCategoricalAxisModel
Inheritance
System.Object
DateTimeCategoricalAxisModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class DateTimeCategoricalAxisModel : CategoricalAxisModel, IAxisSupportsCombinedSeriesPlot, IComparator, IJavaObject, IDisposable, IJavaPeerable
Constructors
DateTimeCategoricalAxisModel()
Declaration
public DateTimeCategoricalAxisModel()
DateTimeCategoricalAxisModel(IntPtr, JniHandleOwnership)
Declaration
protected DateTimeCategoricalAxisModel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DateFormat
Declaration
public virtual DateFormat DateFormat { get; set; }
Property Value
Java.Text.DateFormat
|
DateTimeComponent
Declaration
public virtual DateTimeComponent DateTimeComponent { get; set; }
Property Value
DateTimeComponent
|
DefaultDateFormat
Declaration
public static DateFormat DefaultDateFormat { get; set; }
Property Value
Java.Text.DateFormat
|
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
|
Overrides
Methods
Compare(Object, Object)
Declaration
public virtual int Compare(Object axisCategory, Object axisCategory2)
Parameters
Java.Lang.Object
axisCategory
|
Java.Lang.Object
axisCategory2
|
Returns
System.Int32
|