Class SfLineSparkline
Represents the Line series in sparkline
Implements
System.ComponentModel.IComponent
System.IDisposable
Inherited Members
Namespace: Syncfusion.SfSparkline.iOS
Assembly: Syncfusion.SfSparkline.iOS.dll
Syntax
public class SfLineSparkline : SfSparklineBase, IComponent, IDisposable
Constructors
SfLineSparkline()
Initializes a new instance of the SfLineSparkline class.
Declaration
public SfLineSparkline()
SfLineSparkline(IntPtr)
Initializes a new instance of the SfLineSparkline class.
Declaration
public SfLineSparkline(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle |
Properties
Marker
Gets or sets marker to the sparkline.
Declaration
public SparklineMarker Marker { get; set; }
Property Value
Type | Description |
---|---|
SparklineMarker | The marker. |
Implements
System.ComponentModel.IComponent
System.IDisposable