Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkDataPointCollection : NotifyCollection<SparkDataPoint>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<SparkDataPoint>NotifyCollection<SparkDataPoint>SparkDataPointCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkDataPointCollection class.
Properties
Gets the binding source.
C#
public SparkBindingSource BindingSource { get; }
The binding source.
Gets the owner.
C#
public SparkSeries Owner { get; }
The owner.
Methods
Creates the binding source.
Ends the update.
C#
public void Filter(ISparkDataPointFilter filterInterface)
Gets the data point at the specified index.
Inserts the item.
C#
protected override void InsertItem(int index, SparkDataPoint item)
The index.
itemSparkDataPointThe item.
Overrides:
C#
public void Sort(IComparer<SparkDataPoint> comparer)