menu

Class ChartAnnotationView - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAnnotationView

    Represents the view for chart annotation.

    Inheritance
    System.Object
    ChartAnnotationView
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class ChartAnnotationView : UIView

    Constructors

    ChartAnnotationView()

    Declaration
    public ChartAnnotationView()

    Properties

    Annotation

    Declaration
    public ChartAnnotation Annotation { get; }
    Property Value
    Type
    ChartAnnotation

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    HitTest(CGPoint, UIEvent)

    Declaration
    public override UIView HitTest(CGPoint point, UIEvent uievent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint point
    UIKit.UIEvent uievent
    Returns
    Type
    UIKit.UIView
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved