Xamarin.iOS

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

    Show / Hide Table of Contents

    Class RectangleAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ShapeAnnotation
    RectangleAnnotation
    Inherited Members
    ShapeAnnotation.DrawLabel(CGContext, String, Double, Double)
    ShapeAnnotation.DrawLabelBackground(CGContext, RectangleF)
    ShapeAnnotation.X2
    ShapeAnnotation.Y2
    ShapeAnnotation.FillColor
    ShapeAnnotation.StrokeColor
    ShapeAnnotation.StrokeWidth
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.Text
    ShapeAnnotation.LabelStyle
    ChartAnnotation.GetView()
    ChartAnnotation.TouchBegan(NSSet, UIEvent)
    ChartAnnotation.TouchMove(NSSet, UIEvent)
    ChartAnnotation.TouchEnded(NSSet, UIEvent)
    ChartAnnotation.TouchCancelled(NSSet, UIEvent)
    ChartAnnotation.X1
    ChartAnnotation.Y1
    ChartAnnotation.XAxisName
    ChartAnnotation.YAxisName
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.Visible
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.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(CGContext)

    Method used to draw annotation in chart area.

    Declaration
    protected override void Draw(CGContext context)
    Parameters
    Type Name Description
    CoreGraphics.CGContext context

    The context.

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