Class CategoricalAxis
Inheritance
System.Object
CategoricalAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Axes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CategoricalAxis : CartesianAxis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
CategoricalAxis()
Declaration
public CategoricalAxis()
CategoricalAxis(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalAxis(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
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
CreateModel()
GetDataPointsForValue(Object)
Declaration
public override IList<DataPoint> GetDataPointsForValue(Object value)
Parameters
Java.Lang.Object
value
|
Returns
System.Collections.Generic.IList<DataPoint>
|