Class SFAxis.ChartAxisLabelClickedEventArgs
This class serves as an event data for LabelClicked event.
Inheritance
System.Object
SFAxis.ChartAxisLabelClickedEventArgs
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class ChartAxisLabelClickedEventArgs : EventArgs
Constructors
ChartAxisLabelClickedEventArgs()
Declaration
public ChartAxisLabelClickedEventArgs()
Properties
Label
Gets the SFAxis.ChartAxisLabel, which contains axis label position and text .
Declaration
public SFAxis.ChartAxisLabel Label { get; }