Class AdornmentLabelCreatedEventArgs
This class serves as an event data for the AdornmentLabelCreated event. The event data holds the information when the adornment label is created.
Inheritance
System.Object
AdornmentLabelCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class AdornmentLabelCreatedEventArgs : EventArgs
Remarks
This class is used for internal purpose only.
Constructors
AdornmentLabelCreatedEventArgs(ChartAdornmentInfo)
Declaration
public AdornmentLabelCreatedEventArgs(ChartAdornmentInfo adornmentLabel)
Parameters
Type | Name | Description |
---|---|---|
ChartAdornmentInfo | adornmentLabel |
Properties
AdornmentLabel
Gets or sets the chart adornment label.
Declaration
public ChartAdornmentInfo AdornmentLabel { get; }
Property Value
Type |
---|
ChartAdornmentInfo |