Class ChartAxisLabel
Class that represents axis labels.
Inheritance
System.Object
ChartAxisLabel
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartAxisLabel : Object
Constructors
ChartAxisLabel(Double, String)
Initializes a new instance of the ChartAxisLabel class.
Declaration
public ChartAxisLabel(double position, string labelContent)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | The position. |
System.String | labelContent | The labelContent. |
Properties
LabelContent
Gets or sets LabelContent property.
Declaration
public string LabelContent { get; set; }
Property Value
Type |
---|
System.String |
Position
Gets or sets Position property.
Declaration
public double Position { get; set; }
Property Value
Type |
---|
System.Double |