Class DataMarkerLabel
This class can be used to customize the appearance of data marker.
Inheritance
System.Object
DataMarkerLabel
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.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 Color BackgroundColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
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 ChartDataMarkerLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartDataMarkerLabelStyle |
MarkerBorderColor
Gets or sets the color of the marker border.
Declaration
public Color MarkerBorderColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
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 Color MarkerColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
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 DataMarkerType MarkerType { get; set; }
Property Value
Type |
---|
DataMarkerType |
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 View View { get; set; }
Property Value
Type |
---|
Android.Views.View |
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 |