Class CartesianPlotBandAnnotation
Inheritance
System.Object
CartesianPlotBandAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations.Cartesian
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianPlotBandAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianPlotBandAnnotation(CartesianAxis, Object, Object)
Declaration
public CartesianPlotBandAnnotation(CartesianAxis axis, Object from, Object to)
Parameters
CartesianAxis
axis
|
Java.Lang.Object
from
|
Java.Lang.Object
to
|
CartesianPlotBandAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected CartesianPlotBandAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
FillColorPropertyKey
Declaration
public static int FillColorPropertyKey { get; }
Property Value
System.Int32
|
From
Declaration
public virtual Object From { 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
To
Declaration
public virtual Object To { get; set; }
Property Value
Java.Lang.Object
|