ClassChartViewCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartViewCollection : Collection<ChartView>, IList, ICollection, IEnumerable
Inheritance: objectCollection<ChartView>ChartViewCollection
Implements:
Inherited Members
Constructors
ChartViewCollection(IChartViewHost)
Initializes a new instance of the ChartViewCollection class.
Declaration
cs-api-definition
public ChartViewCollection(IChartViewHost owner)
Parameters
owner
The owner.
Methods
AddNew()
Adds a new view.
AddNew(string)
Adds a new view with the specified name.
AddRange(params ChartView[])
Adds the range.
Declaration
cs-api-definition
public void AddRange(params ChartView[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, ChartView)
Inserts the item.
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
cs-api-definition
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
SetItem(int, ChartView)
Sets the item.