Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewAnnotation

    Show / Hide Table of Contents

    Class ViewAnnotation

    Inheritance
    System.Object
    ChartAnnotation
    ViewAnnotation
    Inherited Members
    ChartAnnotation.Draw(CGContext)
    ChartAnnotation.MouseUp(CGPoint, NSEvent)
    ChartAnnotation.MouseDown(CGPoint, NSEvent)
    ChartAnnotation.MouseExited(CGPoint, NSEvent)
    ChartAnnotation.MouseMoved(CGPoint, NSEvent)
    ChartAnnotation.MouseEntered(CGPoint, NSEvent)
    ChartAnnotation.X1
    ChartAnnotation.Y1
    ChartAnnotation.XAxisName
    ChartAnnotation.YAxisName
    ChartAnnotation.CoordinateUnit
    ChartAnnotation.Visible
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.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 NSView View { get; set; }
    Property Value
    Type Description
    AppKit.NSView

    The view.

    Methods

    GetView()

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