Class SFAxis.LabelCreatedEventArgs
This class serves as an event data for LabelCreated event.
Inheritance
System.Object
SFAxis.LabelCreatedEventArgs
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class LabelCreatedEventArgs : EventArgs
Constructors
LabelCreatedEventArgs()
Declaration
public LabelCreatedEventArgs()
Properties
AxisLabel
Declaration
public SFAxis.ChartAxisLabel AxisLabel { get; set; }
Property Value
Type |
---|
SFAxis.ChartAxisLabel |