Class CartesianAxis
Inheritance
System.Object
CartesianAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class CartesianAxis : LineAxis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianAxis()
Declaration
protected CartesianAxis()
CartesianAxis(IntPtr, JniHandleOwnership)
Declaration
protected CartesianAxis(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
HorizontalLocation
Declaration
public virtual AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
AxisHorizontalLocation
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LinkedSeriesCount
Declaration
public int LinkedSeriesCount { 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
VerticalLocation
Declaration
public virtual AxisVerticalLocation VerticalLocation { get; set; }
Property Value
AxisVerticalLocation
|