Class ChartAnnotationView
Represents the view for chart annotation.
Inheritance
System.Object
ChartAnnotationView
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartAnnotationView : RelativeLayout
Constructors
ChartAnnotationView(Context)
Declaration
public ChartAnnotationView(Context context)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
ChartAnnotationView(Context, IAttributeSet)
Declaration
public ChartAnnotationView(Context context, IAttributeSet attribute)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
ChartAnnotationView(Context, IAttributeSet, Int32)
Declaration
public ChartAnnotationView(Context context, IAttributeSet attribute, int defaultStyleAttribute)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
| System.Int32 |
defaultStyleAttribute |
|
ChartAnnotationView(Context, IAttributeSet, Int32, Int32)
Declaration
public ChartAnnotationView(Context context, IAttributeSet attribute, int defaultStyleAttribute, int defaultStyleResource)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
| System.Int32 |
defaultStyleAttribute |
|
| System.Int32 |
defaultStyleResource |
|
ChartAnnotationView(IntPtr, JniHandleOwnership)
Declaration
protected ChartAnnotationView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
javaReference |
|
| Android.Runtime.JniHandleOwnership |
transfer |
|
Properties
Annotation
Declaration
public ChartAnnotation Annotation { get; }
Property Value
Methods
OnDraw(Canvas)
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
| Type |
Name |
Description |
| Android.Graphics.Canvas |
canvas |
|