Class DataPointSparkCollection<T>
Inheritance
System.Object
System.Collections.ObjectModel.Collection<T>
DataPointSparkCollection<T>
Inherited Members
System.Collections.ObjectModel.Collection<T>.Add(T)
System.Collections.ObjectModel.Collection<T>.Clear()
System.Collections.ObjectModel.Collection<T>.CopyTo(T[], System.Int32)
System.Collections.ObjectModel.Collection<T>.Contains(T)
System.Collections.ObjectModel.Collection<T>.GetEnumerator()
System.Collections.ObjectModel.Collection<T>.IndexOf(T)
System.Collections.ObjectModel.Collection<T>.Insert(System.Int32, T)
System.Collections.ObjectModel.Collection<T>.Remove(T)
System.Collections.ObjectModel.Collection<T>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<T>.SetItem(System.Int32, T)
System.Collections.ObjectModel.Collection<T>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<T>.Count
System.Collections.ObjectModel.Collection<T>.Items
System.Collections.ObjectModel.Collection<T>.Item[System.Int32]
System.Collections.ObjectModel.Collection<T>.System.Collections.Generic.ICollection<T>.IsReadOnly
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<T>.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()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataPointSparkCollection<T> : ElementCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList<SparkDataPoint>, ICollection<SparkDataPoint>, IEnumerable<SparkDataPoint>, IEnumerable where T : SparkDataPoint
Type Parameters
T
|
Properties
HighValue
Declaration
public double HighValue { get; }
Property Value
System.Double
|
LowValue
Declaration
public double LowValue { get; }
Property Value
System.Double
|
Methods
DetachItemElement(SparkDataPoint)
Declaration
protected virtual void DetachItemElement(SparkDataPoint item)
Parameters
SparkDataPoint
item
|
Explicit Interface Implementations
ICollection<SparkDataPoint>.Add(SparkDataPoint)
Declaration
void ICollection<SparkDataPoint>.Add(SparkDataPoint item)
Parameters
SparkDataPoint
item
|
Implements
System.Collections.Generic.ICollection<T>.Add(T)
ICollection<SparkDataPoint>.Clear()
Declaration
void ICollection<SparkDataPoint>.Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()
ICollection<SparkDataPoint>.Contains(SparkDataPoint)
Declaration
bool ICollection<SparkDataPoint>.Contains(SparkDataPoint item)
Parameters
SparkDataPoint
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Contains(T)
ICollection<SparkDataPoint>.CopyTo(SparkDataPoint[], Int32)
Declaration
void ICollection<SparkDataPoint>.CopyTo(SparkDataPoint[] array, int arrayIndex)
Parameters
SparkDataPoint[]
array
|
System.Int32
arrayIndex
|
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
ICollection<SparkDataPoint>.Count
Declaration
int ICollection<SparkDataPoint>.Count { get; }
Returns
System.Int32
|
Implements
System.Collections.Generic.ICollection<T>.Count
ICollection<SparkDataPoint>.IsReadOnly
Declaration
bool ICollection<SparkDataPoint>.IsReadOnly { get; }
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
ICollection<SparkDataPoint>.Remove(SparkDataPoint)
Declaration
bool ICollection<SparkDataPoint>.Remove(SparkDataPoint item)
Parameters
SparkDataPoint
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Remove(T)
IEnumerable<SparkDataPoint>.GetEnumerator()
Declaration
IEnumerator<SparkDataPoint> IEnumerable<SparkDataPoint>.GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<SparkDataPoint>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IList<SparkDataPoint>.get_Item(Int32)
Declaration
SparkDataPoint IList<SparkDataPoint>.get_Item(int index)
Parameters
System.Int32
index
|
Returns
SparkDataPoint
|
Implements
System.Collections.Generic.IList<T>.get_Item(System.Int32)
IList<SparkDataPoint>.IndexOf(SparkDataPoint)
Declaration
int IList<SparkDataPoint>.IndexOf(SparkDataPoint item)
Parameters
SparkDataPoint
item
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IList<T>.IndexOf(T)
IList<SparkDataPoint>.Insert(Int32, SparkDataPoint)
Declaration
void IList<SparkDataPoint>.Insert(int index, SparkDataPoint item)
Parameters
System.Int32
index
|
SparkDataPoint
item
|
Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
IList<SparkDataPoint>.Item[Int32]
Declaration
SparkDataPoint IList<SparkDataPoint>.this[] { get; set; }
Parameters
System.Int32
index
|
Returns
SparkDataPoint
|
Implements
System.Collections.Generic.IList<T>.Item[System.Int32]
IList<SparkDataPoint>.RemoveAt(Int32)
Declaration
void IList<SparkDataPoint>.RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
IList<SparkDataPoint>.set_Item(Int32, SparkDataPoint)
Declaration
void IList<SparkDataPoint>.set_Item(int index, SparkDataPoint value)
Parameters
System.Int32
index
|
SparkDataPoint
value
|
Implements
System.Collections.Generic.IList<T>.set_Item(System.Int32, T)