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