Class SparkLineSource
Represents the data source handler for sparkline charts.
Inheritance
System.Object
SparkLineSource
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class SparkLineSource : Object
Constructors
SparkLineSource()
Initializes a new instance of the SparkLineSource class.
Declaration
public SparkLineSource()
Fields
List
It contains the source list of Sparkline.
Declaration
public List<object> List
Field Value
| Type |
|---|
| System.Collections.Generic.List<System.Object> |
Methods
GetSourceList(Object, ISparkLine)
Convert the object source item to IEnumerable item.
Declaration
public IEnumerable GetSourceList(object source, ISparkLine sparkline)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | source | |
| ISparkLine | sparkline |
Returns
| Type |
|---|
| System.Collections.IEnumerable |