Class ChartViewSelectedDataPointCollection
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<DataPoint>
ChartViewSelectedDataPointCollection
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.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartViewSelectedDataPointCollection : ReadOnlyCollection<DataPoint>, IList<DataPoint>, ICollection<DataPoint>, IList, ICollection, IReadOnlyList<DataPoint>, IReadOnlyCollection<DataPoint>, IEnumerable<DataPoint>, IEnumerable
Constructors
ChartViewSelectedDataPointCollection(ChartArea)
Initializes a new instance of the ChartViewSelectedDataPointCollection class.
Declaration
public ChartViewSelectedDataPointCollection(ChartArea owner)
Parameters
ChartArea
owner
The owner. |
Properties
Owner
Methods
Clear()
Clears this instance.
Declaration
public void Clear()