menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class EllipseAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    EllipseAnnotation
    Inherited Members
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.GetView()
    ChartAnnotation.OnTouchEvent(MotionEvent)
    ChartAnnotation.Visibility
    ChartAnnotation.X1
    ChartAnnotation.XAxisName
    ChartAnnotation.Y1
    ChartAnnotation.YAxisName
    ShapeAnnotation.DrawLabel(Canvas, String, Double, Double)
    ShapeAnnotation.DrawLabelBackground(Canvas, RectangleF)
    ShapeAnnotation.FillColor
    ShapeAnnotation.LabelStyle
    ShapeAnnotation.StrokeColor
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeWidth
    ShapeAnnotation.Text
    ShapeAnnotation.X2
    ShapeAnnotation.Y2
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class EllipseAnnotation : ShapeAnnotation

    Constructors

    EllipseAnnotation()

    Declaration
    public EllipseAnnotation()

    Properties

    Height

    Gets or sets the height of the ellipse annotation.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    This property takes float value.

    Width

    Gets or sets the width of the ellipse annotation.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    This property takes float value.

    Methods

    Draw(Canvas)

    Method used to draw annotation in chart area.

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

    The context.

    Overrides
    ShapeAnnotation.Draw(Canvas)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved