Class SparkDataPointCollection
Inheritance
System.Object
SparkDataPointCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Add(Telerik.WinControls.UI.Sparkline.SparkDataPoint)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.CopyTo(Telerik.WinControls.UI.Sparkline.SparkDataPoint[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Contains(Telerik.WinControls.UI.Sparkline.SparkDataPoint)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.IndexOf(Telerik.WinControls.UI.Sparkline.SparkDataPoint)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Insert(System.Int32, Telerik.WinControls.UI.Sparkline.SparkDataPoint)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Remove(Telerik.WinControls.UI.Sparkline.SparkDataPoint)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkDataPointCollection : NotifyCollection<SparkDataPoint>, IList<SparkDataPoint>, ICollection<SparkDataPoint>, IList, ICollection, IReadOnlyList<SparkDataPoint>, IReadOnlyCollection<SparkDataPoint>, IEnumerable<SparkDataPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
Declaration
public SparkDataPointCollection(SparkSeries owner)
Parameters
Properties
Declaration
public SparkBindingSource BindingSource { get; }
Property Value
Declaration
public SparkSeries Owner { get; }
Property Value
Methods
Declaration
public void Add(params double[] value)
Parameters
Creates the binding source.
Declaration
protected virtual SparkBindingSource CreateBindingSource()
Returns
Declaration
public override void EndUpdate(bool notify)
Parameters
System.Boolean
notify
The notify.
|
Overrides
Telerik.Collections.Generic.NotifyCollection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.EndUpdate(System.Boolean)
Declaration
public void Filter(ISparkDataPointFilter filterInterface)
Parameters
Finds the specified data bound item.
Declaration
public int Find(object dataBoundItem)
Parameters
System.Object
dataBoundItem
The data bound item.
|
Returns
Gets the data point at the specified index.
Declaration
public T Get<T>(int index)
where T : SparkDataPoint
Parameters
System.Int32
index
The index.
|
Returns
Type Parameters
Declaration
protected override void InsertItem(int index, SparkDataPoint item)
Parameters
Overrides
Telerik.Collections.Generic.NotifyCollection<Telerik.WinControls.UI.Sparkline.SparkDataPoint>.InsertItem(System.Int32, Telerik.WinControls.UI.Sparkline.SparkDataPoint)
Declaration
public void Sort(IComparer<SparkDataPoint> comparer)
Parameters
Extension Methods