Class SFDataMarkerLabelStyle
This class is used to customize the appearance of data marker label style.
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFDataMarkerLabelStyle : SFLabelStyle
Constructors
SFDataMarkerLabelStyle()
Declaration
public SFDataMarkerLabelStyle()
Properties
Angle
Gets or sets the angle of rotation required for the data marker label.
Declaration
public nint Angle { get; set; }
Property Value
Type |
---|
System.nint |
LabelPadding
Gets or sets the padding for positioning the labels.
Declaration
public double LabelPadding { get; set; }
Property Value
Type |
---|
System.Double |
LabelPosition
Gets or sets the position of data marker label.
Declaration
public SFChartDataMarkerLabelPosition LabelPosition { get; set; }
Property Value
Type |
---|
SFChartDataMarkerLabelPosition |
OffsetX
Gets or sets the horizontal offset for positioning the data marker label.
Declaration
public double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets the vertical offset for positioning the data marker label.
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |