menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class RectangleAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    RectangleAnnotation
    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 RectangleAnnotation : ShapeAnnotation

    Constructors

    RectangleAnnotation()

    Declaration
    public RectangleAnnotation()

    Properties

    CornerRadius

    Gets or sets the corner radius of the rectangle annotation.

    Declaration
    public float CornerRadius { 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