Class ChartAxisLabelEventArgs
Provides data for the chart axis LabelCreated event.
Inheritance
System.Object
ChartAxisLabelEventArgs
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ChartAxisLabelEventArgs : EventArgs
Remarks
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 ChartAxisLabelStyle LabelStyle { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisLabelStyle | It accepts the ChartAxisLabelStyle value. |
Position
Gets a value for the chart axis label's position.
Declaration
public double Position { get; }
Property Value
Type |
---|
System.Double |