Class ChartDataPointElementCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<UIChartElement>
ChartDataPointElementCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Add(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.CopyTo(Telerik.WinControls.UI.UIChartElement[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Contains(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.IndexOf(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Insert(System.Int32, Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Remove(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.SetItem(System.Int32, Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.UIChartElement>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.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
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartDataPointElementCollection : ChartElementCollection, IList<UIChartElement>, ICollection<UIChartElement>, IList, ICollection, IReadOnlyList<UIChartElement>, IReadOnlyCollection<UIChartElement>, IEnumerable<UIChartElement>, IEnumerable
Constructors
ChartDataPointElementCollection(UIChartElement)
Initializes a new instance of the ChartDataPointElementCollection class.
Declaration
public ChartDataPointElementCollection(UIChartElement owner)
Parameters
UIChartElement
owner
The owner. |