Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ViewAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ViewAnnotation
    Inherited Members
    ChartAnnotation.Draw(CGContext)
    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 ViewAnnotation : ChartAnnotation

    Constructors

    ViewAnnotation()

    Declaration
    public ViewAnnotation()

    Properties

    HorizontalAlignment

    Gets or sets the horizontal alignment of the view by using ChartAnnotationAlignment enum type.

    Declaration
    public ChartAnnotationAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

    VerticalAlignment

    Gets or sets the vertical alignment of the view by using ChartAnnotationAlignment enum type.

    Declaration
    public ChartAnnotationAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

    View

    Gets or sets the View that represents custom view for annotation.

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The view.

    Methods

    GetView()

    Declaration
    protected override ChartAnnotationView GetView()
    Returns
    Type Description
    ChartAnnotationView
    Overrides
    ChartAnnotation.GetView()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved