Class SfLineSparkline
Represents the Line series in sparkline
Inherited Members
Namespace: Syncfusion.SfSparkline.Android
Assembly: Syncfusion.SfSparkline.Android.dll
Syntax
public class SfLineSparkline : SfSparklineBase
Constructors
SfLineSparkline(Context)
Initializes a new instance of the SfLineSparkline class.
Declaration
public SfLineSparkline(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get context |
SfLineSparkline(Context, IAttributeSet)
Initializes a new instance of the SfLineSparkline class.
Declaration
public SfLineSparkline(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | To get context |
Android.Util.IAttributeSet | attrs | To get attribute |
Properties
Marker
Gets or sets marker to the sparkline.
Declaration
public SparklineMarker Marker { get; set; }
Property Value
Type | Description |
---|---|
SparklineMarker | The marker. |