Class ChartAxis.ChartAxisLabel
Inheritance
System.Object
ChartAxis.ChartAxisLabel
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartAxisLabel : Object
Constructors
ChartAxisLabel()
Initializes a new instance of the ChartAxis.ChartAxisLabel class.
Declaration
public ChartAxisLabel()
ChartAxisLabel(Double, Object)
Initializes a new instance of the ChartAxis.ChartAxisLabel class.
Declaration
public ChartAxisLabel(double position, object labelContent)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | The position |
System.Object | labelContent | The labelContent |
Properties
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
LabelContent
Gets or sets LabelContent property
Declaration
public object LabelContent { get; set; }
Property Value
Type |
---|
System.Object |
LabelStyle
Gets or sets the chart axis label style for individual label.
Declaration
public ChartAxisLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartAxisLabelStyle |
Position
Gets or sets Position property
Declaration
public double Position { get; set; }
Property Value
Type |
---|
System.Double |