ClassChartElementCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartElementCollection : Collection<UIChartElement>, IList, ICollection, IEnumerable
Inheritance: objectCollection<UIChartElement>ChartElementCollection
Derived Classes:
Implements:
Inherited Members
Constructors
ChartElementCollection(UIChartElement)
Initializes a new instance of the ChartElementCollection class.
Declaration
public ChartElementCollection(UIChartElement owner)
Parameters
owner
The owner.
ChartElementCollection(UIChartElement, IList<UIChartElement>)
Initializes a new instance of the ChartElementCollection class.
Declaration
public ChartElementCollection(UIChartElement owner, IList<UIChartElement> list)
Parameters
owner
The owner.
list
IList<UIChartElement>
The list.
Methods
AddRange(params UIChartElement[])
Adds the range.
Declaration
public void AddRange(params UIChartElement[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
protected override void ClearItems()
Overrides
InsertItem(int, UIChartElement)
Inserts the item.
Declaration
protected override void InsertItem(int index, UIChartElement item)
Parameters
index
The index.
item
The item.
Overrides
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
index
The zero-based index of the element to remove.
Exceptions
index is less than zero.-or-index is equal
to or greater than Count.
Overrides