Class CategoricalAxisPlotInfo
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Categorical
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CategoricalAxisPlotInfo : AxisPlotInfo
Constructors
CategoricalAxisPlotInfo(IntPtr, JniHandleOwnership)
Declaration
protected CategoricalAxisPlotInfo(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CategoryKey
Declaration
public Object CategoryKey { get; set; }
Property Value
Java.Lang.Object
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Length
Declaration
public double Length { get; set; }
Property Value
System.Double
|
Position
Declaration
public double Position { get; set; }
Property Value
System.Double
|
RangeLength
Declaration
public double RangeLength { get; set; }
Property Value
System.Double
|
RangePosition
Declaration
public double RangePosition { get; set; }
Property Value
System.Double
|
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
Create(AxisModel, Double, Double)
Declaration
public static CategoricalAxisPlotInfo Create(AxisModel axis, double value, double step)
Parameters
AxisModel
axis
|
System.Double
value
|
System.Double
step
|
Returns
CategoricalAxisPlotInfo
|