Class SfColumnSparkline
Represents the column series in sparkline
Inherited Members
Namespace: Syncfusion.SfSparkline.Android
Assembly: Syncfusion.SfSparkline.Android.dll
Syntax
public class SfColumnSparkline : SfSparklineBase
Constructors
SfColumnSparkline(Context)
Initializes a new instance of the SfColumnSparkline class.
Declaration
public SfColumnSparkline(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get context |
SfColumnSparkline(Context, IAttributeSet)
Initializes a new instance of the SfColumnSparkline class.
Declaration
public SfColumnSparkline(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 the column sparkline.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |