Class SparkLineSource
Inheritance
System.Object
SparkLineSource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class SparkLineSource
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 |