Class LinearAxis
Inheritance
System.Object
LinearAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart.Axes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class LinearAxis : NumericalAxis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
LinearAxis()
Declaration
public LinearAxis()
LinearAxis(IntPtr, JniHandleOwnership)
Declaration
protected LinearAxis(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
MajorStep
Declaration
public virtual double MajorStep { 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
|