Class ChartDataMarkerLabelStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartDataMarkerLabelStyle : ChartLabelStyle, INotifyPropertyChanged
Constructors
ChartDataMarkerLabelStyle()
Declaration
public ChartDataMarkerLabelStyle()
Properties
Angle
Gets or sets the rotation angle for the data marker label.
Declaration
public float Angle { get; set; }
Property Value
Type |
---|
System.Single |
LabelPadding
Gets or sets the padding for the data marker label.
Declaration
public float LabelPadding { get; set; }
Property Value
Type |
---|
System.Single |
LabelPosition
Gets or sets the position of the data marker label.
Declaration
public DataMarkerLabelPosition LabelPosition { get; set; }
Property Value
Type |
---|
DataMarkerLabelPosition |
OffsetX
Gets or sets the horizontal offset for the data marker label.
Declaration
public float OffsetX { get; set; }
Property Value
Type |
---|
System.Single |
OffsetY
Gets or sets the vertical offset for the data marker label.
Declaration
public float OffsetY { get; set; }
Property Value
Type |
---|
System.Single |
Implements
System.ComponentModel.INotifyPropertyChanged