Class ChartAxisLabelEventArgs
Provides data for the chart axis LabelCreated event.
Inheritance
System.Object
    ChartAxisLabelEventArgs
  Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartAxisLabelEventArgs : EventArgsRemarks
This class contains information about the text, position, and label style of the chart axis label.
Constructors
ChartAxisLabelEventArgs(String, Double)
Initializes a new instance of the ChartAxisLabelEventArgs class.
Declaration
public ChartAxisLabelEventArgs(string labelContent, double position)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | labelContent | |
| System.Double | position | 
Properties
Label
Gets or sets a string value that displays on the chart axis label.
Declaration
public string Label { get; set; }Property Value
| Type | 
|---|
| System.String | 
LabelStyle
Gets or sets the value to customize the appearance of chart axis labels.
Declaration
public LabelStyle LabelStyle { get; set; }Property Value
| Type | Description | 
|---|---|
| LabelStyle | It accepts the LabelStyle value. | 
Position
Gets a value for the chart axis label's position.
Declaration
public double Position { get; }Property Value
| Type | 
|---|
| System.Double |