[]
        
Interface that supports creating a sparkline.
public interface ISparkline : IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneablePublic Interface ISparkline
    Inherits IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable| Name | Description | 
|---|---|
| Column | Gets or sets the column. | 
| Row | Gets or sets the row. | 
| Name | Description | 
|---|---|
| GetSparkLineData() | Gets the data that the sparkline contains for rendering. | 
| Name | Description | 
|---|---|
| Updated | Occurs when updated. |