menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class EllipseAnnotation

    This class is used to add an ellipse annotation in SfChart. An instance of this class need to be added to ChartAnnotations collection.

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    EllipseAnnotation
    Inherited Members
    ChartAnnotation.Chart
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.CoordinateUnitProperty
    ChartAnnotation.IsVisible
    ChartAnnotation.IsVisibleProperty
    ChartAnnotation.OnTouchDown(Single, Single)
    ChartAnnotation.OnTouchMove(Single, Single)
    ChartAnnotation.OnTouchUp(Single, Single)
    ChartAnnotation.X1
    ChartAnnotation.X1Property
    ChartAnnotation.XAxisName
    ChartAnnotation.XAxisNameProperty
    ChartAnnotation.Y1
    ChartAnnotation.Y1Property
    ChartAnnotation.YAxisName
    ChartAnnotation.YAxisNameProperty
    ShapeAnnotation.FillColor
    ShapeAnnotation.FillColorProperty
    ShapeAnnotation.LabelStyle
    ShapeAnnotation.LabelStyleProperty
    ShapeAnnotation.OnBindingContextChanged()
    ShapeAnnotation.OnParentSet()
    ShapeAnnotation.StrokeColor
    ShapeAnnotation.StrokeColorProperty
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeDashArrayProperty
    ShapeAnnotation.StrokeWidth
    ShapeAnnotation.StrokeWidthProperty
    ShapeAnnotation.Text
    ShapeAnnotation.TextProperty
    ShapeAnnotation.X2
    ShapeAnnotation.X2Property
    ShapeAnnotation.Y2
    ShapeAnnotation.Y2Property
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class EllipseAnnotation : ShapeAnnotation, IThemeElement
    Remarks

    EllipseAnnotation is used to draw a circle or an ellipse over the chart area.

    Examples
    SfChart chart = new SfChart();
    EllipseAnnotation ellipseAnnotation = new EllipseAnnotation();
    chart.ChartAnnotations.Add(ellipseAnnotation);

    Constructors

    EllipseAnnotation()

    Declaration
    public EllipseAnnotation()

    Fields

    HeightProperty

    Gets or sets the height of the ellipse annotation. This is a bindable property.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    WidthProperty

    Gets or sets the width of the ellipse annotation. This is a bindable property.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Height

    Gets or sets the height of the ellipse annotation. This is a bindable property.

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

    This property takes the float value.

    Width

    Gets or sets the width of the ellipse annotation. This is a bindable property.

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

    This property takes the float value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved