Xamarin.Android

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

    Show / Hide Table of Contents

    Class ViewAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ViewAnnotation
    Inherited Members
    ChartAnnotation.OnTouchEvent(MotionEvent)
    ChartAnnotation.X1
    ChartAnnotation.Y1
    ChartAnnotation.XAxisName
    ChartAnnotation.YAxisName
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.Visibility
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ViewAnnotation : ChartAnnotation

    Constructors

    ViewAnnotation()

    Declaration
    public ViewAnnotation()

    Properties

    HorizontalAlignment

    Gets or sets the horizontal alignment of the view by using ChartAnnotationAlignment enum type.

    Declaration
    public ChartAnnotationAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

    VerticalAlignment

    Gets or sets the vertical alignment of the view by using ChartAnnotationAlignment enum type.

    Declaration
    public ChartAnnotationAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

    View

    Gets or sets the View that represents custom view for annotation.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    Android.Views.View

    The view.

    Methods

    Draw(Canvas)

    Declaration
    protected override void Draw(Canvas context)
    Parameters
    Type Name Description
    Android.Graphics.Canvas context
    Overrides
    ChartAnnotation.Draw(Canvas)

    GetView()

    Declaration
    protected override ChartAnnotationView GetView()
    Returns
    Type Description
    ChartAnnotationView
    Overrides
    ChartAnnotation.GetView()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved