Class SparklineMarker
Represents the marker in sparkline
Inheritance
System.Object
SparklineMarker
Namespace: Syncfusion.SfSparkline.Android
Assembly: Syncfusion.SfSparkline.Android.dll
Syntax
public class SparklineMarker : Object
Constructors
SparklineMarker()
Declaration
public SparklineMarker()
Properties
Color
Gets or sets color of the marker.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
Height
Gets or sets height of the marker.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height. |
Visibility
Gets or sets visibility of the marker.
Declaration
public ViewStates Visibility { get; set; }
Property Value
Type |
---|
Android.Views.ViewStates |
Width
Gets or sets width of the marker.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width. |