Class PlotBandAnnotationModel
Inheritance
System.Object
PlotBandAnnotationModel
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.Decorations.Annotations.PlotBand
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class PlotBandAnnotationModel : SingleAxisAnnotationModel
Constructors
PlotBandAnnotationModel()
Declaration
public PlotBandAnnotationModel()
PlotBandAnnotationModel(IntPtr, JniHandleOwnership)
Declaration
protected PlotBandAnnotationModel(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
FirstPlotInfo
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
SecondPlotInfo
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
|