Class NumericalAxis
Inheritance
System.Object
NumericalAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Axes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class NumericalAxis : CartesianAxis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
NumericalAxis()
Declaration
protected NumericalAxis()
NumericalAxis(IntPtr, JniHandleOwnership)
Declaration
protected NumericalAxis(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ActualRange
DesiredTickCount
Declaration
public virtual int DesiredTickCount { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Maximum
Declaration
public virtual double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Declaration
public virtual double Minimum { get; set; }
Property Value
System.Double
|
RangeExtendDirection
Declaration
public virtual int RangeExtendDirection { get; set; }
Property Value
System.Int32
|
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
GetDataPointsForValue(Object)
Declaration
public override IList<DataPoint> GetDataPointsForValue(Object value)
Parameters
Java.Lang.Object
value
|
Returns
System.Collections.Generic.IList<DataPoint>
|