Class ReadOnlyDataPointCollection
Represents a read-only collection of data points.
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<DataPoint>
ReadOnlyDataPointCollection
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.Contains(Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.CopyTo(Telerik.Charting.DataPoint[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.IndexOf(Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.IList<Telerik.Charting.DataPoint>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.IList<Telerik.Charting.DataPoint>.set_Item(System.Int32, Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.ICollection<Telerik.Charting.DataPoint>.Add(Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.ICollection<Telerik.Charting.DataPoint>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.IList<Telerik.Charting.DataPoint>.Insert(System.Int32, Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.ICollection<Telerik.Charting.DataPoint>.Remove(Telerik.Charting.DataPoint)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.IList<Telerik.Charting.DataPoint>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.ICollection<Telerik.Charting.DataPoint>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.Generic.IList<Telerik.Charting.DataPoint>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Charting.DataPoint>.System.Collections.IList.Item[System.Int32]
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.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ReadOnlyDataPointCollection : ReadOnlyCollection<DataPoint>, IList<DataPoint>, ICollection<DataPoint>, IList, ICollection, IReadOnlyList<DataPoint>, IReadOnlyCollection<DataPoint>, IEnumerable<DataPoint>, IEnumerable
Constructors
ReadOnlyDataPointCollection()
Initializes a new instance of the ReadOnlyDataPointCollection class.
Declaration
public ReadOnlyDataPointCollection()
ReadOnlyDataPointCollection(IList<DataPoint>)
Initializes a new instance of the ReadOnlyDataPointCollection class.
Declaration
public ReadOnlyDataPointCollection(IList<DataPoint> dataPoints)
Parameters
System.Collections.Generic.IList<DataPoint>
dataPoints
The data points. |