Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartElementCollection : Collection<UIChartElement>, IList, ICollection, IEnumerable
Inheritance: objectCollection<UIChartElement>ChartElementCollection
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartElementCollection class.
C#
public ChartElementCollection(UIChartElement owner, IList<UIChartElement> list)
The owner.
listIList<UIChartElement>The list.
Initializes a new instance of the ChartElementCollection class.
Methods
Adds the range.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, UIChartElement item)
The index.
itemUIChartElementThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.