Class MarkerBase
Represents marker base class. To render this, create an instance of the MarkerBase class and set required properties.
Inheritance
Namespace: Syncfusion.SfSparkline.XForms
Assembly: Syncfusion.SfSparkline.XForms.dll
Syntax
public class MarkerBase : Element, IThemeElement
Constructors
MarkerBase()
Initializes a new instance of the MarkerBase class.
Declaration
public MarkerBase()
Fields
ColorProperty
Gets or sets the color property. This property is used to set color for markers. This is a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HeightProperty
Gets or sets the Height property. This property is used to set height for markers. This is a bindable property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IsVisibleProperty
Gets or sets a value that indicates whether the marker should be visible. This is a bindable property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
WidthProperty
Gets or sets the width property. This property is used to set the width for markers. This is a bindable property.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color property. This property is used to set color for markers. This is a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
Height
Gets or sets the Height property. This property is used to set height for markers. This is a bindable property.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Double value. |
IsVisible
Gets or sets a value that indicates whether the marker should be visible. This is a bindable property.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | This property takes the System.Boolean value. |
Width
Gets or sets the width property. This property is used to set the width for markers. This is a bindable property.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Double value. |