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 |