Class LabelCreatedEventArgs
Class implementation for Label created event arguments.
Inheritance
System.Object
LabelCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class LabelCreatedEventArgs : EventArgs
Constructors
LabelCreatedEventArgs()
Declaration
public LabelCreatedEventArgs()
Properties
AxisLabel
Gets or sets the chart axis label for further customization.
Declaration
public ChartAxisLabel AxisLabel { get; set; }
Property Value
Type |
---|
ChartAxisLabel |