Class SFAxis.LabelCreatedEventArgs
This class serves as an event data for LabelCreated event.
Inheritance
System.Object
SFAxis.LabelCreatedEventArgs
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.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 |