Class SparkBindingSource
Inheritance
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkBindingSource : BindingSource
Constructors
SparkBindingSource(SparkDataPointCollection)
Initializes a new instance of the Spark
Declaration
public SparkBindingSource(SparkDataPointCollection points)
Parameters
Spark The points. |
Properties
DisplayMember
Gets or sets the display member.
Declaration
public string DisplayMember { get; set; }
Property Value
System. The display member. |
Methods
Bind(String, Int32)
Binds the specified name.
Declaration
public bool Bind(string name, int index)
Parameters
System. The name. |
System. The index. |
Returns
System.
|
GetDisplayValue(Object)
Gets the display value.
Declaration
public object GetDisplayValue(object dataBoundItem)
Parameters
System. The data bound item. |
Returns
System.
|
InsertNew(Int32)
Inserts a new record at the specific index.
Declaration
public object InsertNew(int index)
Parameters
System. The index. |
Returns
System.
|
OnListChanged(ListChangedEventArgs)
Raises the System.
Declaration
protected override void OnListChanged(ListChangedEventArgs e)
Parameters
System. An System. |
ResetPoints()
Resets the points.
Declaration
public void ResetPoints()
UpdateDisplayIndex()
Updates the display index.
Declaration
public void UpdateDisplayIndex()