menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelClickedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelClickedEventArgs

    This class serves as an event data for LabelClicked event.

    Inheritance
    System.Object
    LabelClickedEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class LabelClickedEventArgs : EventArgs

    Constructors

    LabelClickedEventArgs(String, Double)

    Initializes a new instance of the LabelClickedEventArgs class.

    Declaration
    public LabelClickedEventArgs(string labelContent, double position)
    Parameters
    Type Name Description
    System.String labelContent

    labelContent.

    System.Double position

    position.

    Properties

    LabelContent

    Gets the string value that represents axis label content.

    Declaration
    public string LabelContent { get; }
    Property Value
    Type
    System.String

    Position

    Gets the double value that represents position of axis label.

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