Class SfWinLossSparkline
Represents the SfWinLossSparkline class. To render this, create an instance of the SfWinLossSparkline class, and set required properties.
Inherited Members
Namespace: Syncfusion.SfSparkline.XForms
Assembly: Syncfusion.SfSparkline.XForms.dll
Syntax
public class SfWinLossSparkline : SfSparklineBase, IParentThemeElement, IThemeElement
Constructors
SfWinLossSparkline()
Declaration
public SfWinLossSparkline()
Fields
ColorProperty
Gets or sets the color property to fill the interior of positive columns. This is a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
NegativePointColorProperty
Gets or sets the NegativePointsColor property. This property is used to highlight the negative points. This is a bindable property.
Declaration
public static readonly BindableProperty NegativePointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
NeutralPointColorProperty
Gets or sets the NeutralPointColor property. This property is used to set the color to fill the interior of neutral columns.
Declaration
public static readonly BindableProperty NeutralPointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color property to fill the interior of positive columns. This is a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
NegativePointColor
Gets or sets the NegativePointsColor property. This property is used to highlight the negative points. This is a bindable property.
Declaration
public Color NegativePointColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
NeutralPointColor
Gets or sets the NeutralPointColor property. This property is used to set color to fill the interior of neutral columns.
Declaration
public Color NeutralPointColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |