menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAnnotationView - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAnnotationView

    Represents the view for chart annotation.

    Inheritance
    System.Object
    ChartAnnotationView
    Namespace: Com.Syncfusion.Charts
    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
    Type
    ChartAnnotation

    Methods

    OnDraw(Canvas)

    Declaration
    protected override void OnDraw(Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved