Class DataMarkerLabel
This class can be used to customize the appearance of data marker.
Inheritance
System.Object
DataMarkerLabel
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class DataMarkerLabel : Object
Constructors
DataMarkerLabel()
Declaration
public DataMarkerLabel()
Properties
BackgroundColor
Gets or sets the background color of the data marker label.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
Data
Gets the underlying data of data marker label.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
GrandTotal
Gets the sum value of all data
Declaration
public double GrandTotal { get; }
Property Value
Type |
---|
System.Double |
Index
Gets the index of the label.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Label
Gets or sets the label.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
LabelStyle
Gets or sets the label style to customize the appearance of data marker label.
Declaration
public SFDataMarkerLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
SFDataMarkerLabelStyle |
MarkerBorderColor
Gets or sets the color of the marker border.
Declaration
public UIColor MarkerBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
MarkerBorderWidth
Gets or sets the width of the marker border.
Declaration
public double MarkerBorderWidth { get; set; }
Property Value
Type |
---|
System.Double |
MarkerColor
Gets or sets the color of the marker.
Declaration
public UIColor MarkerColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
MarkerHeight
Gets or sets the height of the marker.
Declaration
public double MarkerHeight { get; set; }
Property Value
Type |
---|
System.Double |
MarkerType
Gets or sets the type of the marker.
Declaration
public SFChartDataMarkerType MarkerType { get; set; }
Property Value
Type |
---|
SFChartDataMarkerType |
MarkerWidth
Gets or sets the width of the marker.
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
---|
System.Double |
View
Gets or sets the view.
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |
XPosition
Gets the x-position.
Declaration
public double XPosition { get; }
Property Value
Type | Description |
---|---|
System.Double | The x-position. |
YPosition
Gets the y-position of the marker label.
Declaration
public double YPosition { get; }
Property Value
Type |
---|
System.Double |