Class SfWinLossSparkline
Represents the WinLoss series in sparkLine
Inherited Members
Namespace: Syncfusion.SfSparkline.Android
Assembly: Syncfusion.SfSparkline.Android.dll
Syntax
public class SfWinLossSparkline : SfSparklineBase
Constructors
SfWinLossSparkline(Context)
Initializes a new instance of the SfWinLossSparkline class.
Declaration
public SfWinLossSparkline(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get context |
SfWinLossSparkline(Context, IAttributeSet)
Initializes a new instance of the SfWinLossSparkline class.
Declaration
public SfWinLossSparkline(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get context |
Android.Util.IAttributeSet | attrs | To get attribute |
Properties
Color
Gets or sets color to fill the interior of positive columns.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
NeutralPointsColor
Gets or sets color to fill the interior of neutral columns.
Declaration
public Color NeutralPointsColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the neutral points. |