Class ChartDataMarker
Represents the data markers in chart series. Data markers appearance can be
customized using this class.
Inheritance
System.Object
ChartDataMarker
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartDataMarker : Object
Constructors
ChartDataMarker(ChartSeries)
Declaration
public ChartDataMarker(ChartSeries series)
Parameters
Properties
ConnectorLineStyle
Gets the options for customizing the data marker's connector line.
Declaration
public ConnectorLineStyle ConnectorLineStyle { get; }
Property Value
LabelContent
Gets or sets an option that determines the content to be displayed in the data marker label.
Declaration
public LabelContent LabelContent { get; set; }
Property Value
LabelStyle
Gets the options for customizing the data marker's label.
Declaration
public ChartDataMarkerLabelStyle LabelStyle { get; }
Property Value
MarkerColor
Gets or sets the color of the data marker.
Declaration
public Color MarkerColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
MarkerHeight
Gets or sets the height of the data marker.
Declaration
public float MarkerHeight { get; set; }
Property Value
MarkerStrokeColor
Gets or sets the border color of the data marker symbol.
Declaration
public Color MarkerStrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
MarkerStrokeWidth
Gets or sets the width of the data marker border line.
Declaration
public float MarkerStrokeWidth { get; set; }
Property Value
MarkerType
Gets or sets the type of the marker.
Declaration
public DataMarkerType MarkerType { get; set; }
Property Value
MarkerWidth
Gets or sets the width of the data marker.
Declaration
public float MarkerWidth { get; set; }
Property Value
Series
Declaration
public ChartSeries Series { get; }
Property Value
ShowLabel
Gets or sets a value indicating whether to show label for the data marker.
Declaration
public bool ShowLabel { get; set; }
Property Value
ShowMarker
Gets or sets a value indicating whether to show marker for the data marker.
Declaration
public bool ShowMarker { get; set; }
Property Value
UseSeriesPalette
Gets or sets a value indicating whether to set the series color to the data marker's label background.
Declaration
public bool UseSeriesPalette { get; set; }
Property Value