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