menu

Class ChartAnnotationClickedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAnnotationClickedEventArgs

    Serves as an event data for the AnnotationClicked event.

    Inheritance
    System.Object
    ChartAnnotationClickedEventArgs
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.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
    ChartAnnotation

    X

    Gets the corresponding X-point.

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

    Y

    Gets the corresponding Y-point.

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