Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartAnnotationClickedEventArgs

    Serves as an event data for the AnnotationClicked event.

    Inheritance
    System.Object
    ChartAnnotationClickedEventArgs
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartAnnotationClickedEventArgs : EventArgs

    Constructors

    ChartAnnotationClickedEventArgs()

    Declaration
    public ChartAnnotationClickedEventArgs()

    Properties

    Annotation

    Gets the corresponding annotation.

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

    X

    Gets the corresponding X-point.

    Declaration
    public float X { get; }
    Property Value
    Type Description
    System.Single

    Y

    Gets the corresponding Y-point.

    Declaration
    public float Y { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved