Class CartesianCustomAnnotation
Inheritance
System.Object
CartesianCustomAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations.Cartesian
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianCustomAnnotation : CartesianChartAnnotation, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianCustomAnnotation(CartesianAxis, CartesianAxis, Object, Object, Object)
Declaration
public CartesianCustomAnnotation(CartesianAxis verticalAxis, CartesianAxis horizontalAxis, Object verticalValue, Object horizontalValue, Object content)
Parameters
CartesianAxis
verticalAxis
|
CartesianAxis
horizontalAxis
|
Java.Lang.Object
verticalValue
|
Java.Lang.Object
horizontalValue
|
Java.Lang.Object
content
|
CartesianCustomAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected CartesianCustomAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Content
Declaration
public virtual Object Content { get; set; }
Property Value
Java.Lang.Object
|
ContentRenderer
Declaration
public virtual ICustomAnnotationRenderer ContentRenderer { get; set; }
Property Value
ICustomAnnotationRenderer
|
HorizontalAlignment
Declaration
public virtual HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
HorizontalAlignment
|
HorizontalAxis
HorizontalOffset
Declaration
public virtual double HorizontalOffset { get; set; }
Property Value
System.Double
|
HorizontalValue
Declaration
public virtual Object HorizontalValue { get; set; }
Property Value
Java.Lang.Object
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Model
Declaration
public override ChartAnnotationModel Model { get; }
Property Value
ChartAnnotationModel
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
VerticalAlignment
Declaration
public virtual VerticalAlignment VerticalAlignment { get; set; }
Property Value
VerticalAlignment
|
VerticalAxis
VerticalOffset
Declaration
public virtual double VerticalOffset { get; set; }
Property Value
System.Double
|
VerticalValue
Declaration
public virtual Object VerticalValue { get; set; }
Property Value
Java.Lang.Object
|
Methods
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|