Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartAnnotationView

    Represents the view for chart annotation.

    Inheritance
    System.Object
    SfView
    ChartAnnotationView
    Inherited Members
    SfView.SetNeedsDisplay()
    SfView.SetNeedsLayout()
    SfView.GetCenter()
    SfView.BringSubviewToFront(NSView)
    SfView.WillRemoveSubview(NSView)
    SfView.InsertSubview(NSView, Int32)
    SfView.LayoutSubviews()
    SfView.WillMoveToSuperview(NSView)
    SfView.Layout()
    SfView.DrawRect(CGRect)
    SfView.ViewWillMoveToSuperview(NSView)
    SfView.IsDescendantOfView(NSView)
    SfView.TouchesBegan(NSSet, NSEvent)
    SfView.TouchesMoved(NSSet, NSEvent)
    SfView.TouchesCancelled(NSSet, NSEvent)
    SfView.TouchesEnded(NSSet, NSEvent)
    SfView.TouchesBeganWithEvent(NSEvent)
    SfView.TouchesMovedWithEvent(NSEvent)
    SfView.TouchesCancelledWithEvent(NSEvent)
    SfView.TouchesEndedWithEvent(NSEvent)
    SfView.WillMoveToWindow(NSWindow)
    SfView.ViewWillMoveToWindow(NSWindow)
    SfView.BackgroundColor
    SfView.Alpha
    SfView.Center
    SfView.WantsDefaultClipping
    SfView.IsFlipped
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartAnnotationView : SfView

    Constructors

    ChartAnnotationView()

    Declaration
    public ChartAnnotationView()

    Properties

    Annotation

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

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect
    Overrides
    SfView.Draw(CGRect)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved