Class ChartAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartAnnotation : ChartElementPresenter, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartAnnotation()
Declaration
public ChartAnnotation()
ChartAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected ChartAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
AnnotationZIndex
Declaration
public const int AnnotationZIndex = 0
Field Value
System.Int32
|
Properties
ClipToPlotArea
Declaration
public virtual bool ClipToPlotArea { get; set; }
Property Value
System.Boolean
|
DefaultZIndex
Declaration
protected override int DefaultZIndex { get; }
Property Value
System.Int32
|
Overrides
Element
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Model
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
DrawCore(Canvas)
Declaration
protected abstract void DrawCore(Canvas p0)
Parameters
Android.Graphics.Canvas
p0
|
ProcessPaletteEntry(PaletteEntry)
UpdatePresenters()
Declaration
protected virtual void UpdatePresenters()