Class CategoricalAxisModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CategoricalAxisModel : AxisModel, IAxisSupportsCombinedSeriesPlot, IJavaObject, IDisposable, IJavaPeerable
Constructors
CategoricalAxisModel()
Declaration
public CategoricalAxisModel()
CategoricalAxisModel(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalAxisModel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Categories
Declaration
protected IList Categories { get; set; }
Property Value
System.Collections.IList
|
GapLength
Declaration
public virtual float GapLength { get; set; }
Property Value
System.Single
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
MajorTickInterval
Declaration
public virtual int MajorTickInterval { get; set; }
Property Value
System.Int32
|
PlotMode
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
CalculateRelativeStep(Int32)
Declaration
protected virtual double CalculateRelativeStep(int count)
Parameters
System.Int32
count
|
Returns
System.Double
|
GenerateLastLabel()
GenerateTicks(ValueRange)
Declaration
protected override IIterable GenerateTicks(ValueRange range)
Parameters
ValueRange
range
|
Returns
Java.Lang.IIterable
|
Overrides
MajorTickCount()
Declaration
public override int MajorTickCount()
Returns
System.Int32
|