Class ChartAxisLabel
Represents the content and label style for the axis label.
Inheritance
System.Object
ChartAxisLabel
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ChartAxisLabel : Object
Constructors
ChartAxisLabel(Double, Object)
Initializes a new instance of the ChartAxisLabel class.
Declaration
public ChartAxisLabel(double position, object labelContent)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | |
System.Object | labelContent |
Properties
Content
Gets or sets the axis label text.
Declaration
public object Content { get; set; }
Property Value
Type |
---|
System.Object |
LabelStyle
Gets or sets the axis label style to customize the label appearance.
Declaration
public ChartAxisLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartAxisLabelStyle |
Position
Gets the axis label position.
Declaration
public double Position { get; }
Property Value
Type |
---|
System.Double |