Class ChartElementCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartElementCollection : Collection<UIChartElement>, IList<UIChartElement>, ICollection<UIChartElement>, IList, ICollection, IReadOnlyList<UIChartElement>, IReadOnlyCollection<UIChartElement>, IEnumerable<UIChartElement>, IEnumerable
Constructors
ChartElementCollection(UIChartElement)
Initializes a new instance of the ChartElementCollection class.
Declaration
public ChartElementCollection(UIChartElement owner)
Parameters
UIChartElement
owner
The owner. |
ChartElementCollection(UIChartElement, IList<UIChartElement>)
Initializes a new instance of the ChartElementCollection class.
Declaration
public ChartElementCollection(UIChartElement owner, IList<UIChartElement> list)
Parameters
UIChartElement
owner
The owner. |
System.Collections.Generic.IList<UIChartElement>
list
The list. |
Methods
AddRange(UIChartElement[])
Adds the range.
Declaration
public void AddRange(params UIChartElement[] items)
Parameters
UIChartElement[]
items
|
ClearItems()
Removes all elements from the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void ClearItems()
Overrides
InsertItem(Int32, UIChartElement)
Inserts the item.
Declaration
protected override void InsertItem(int index, UIChartElement item)
Parameters
System.Int32
index
The index. |
UIChartElement
item
The item. |
Overrides
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
The zero-based index of the element to remove. |
Overrides
Exceptions
System.ArgumentOutOfRangeException
|