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