ChartViewCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartViewCollection : Collection<ChartView>, IList, ICollection, IEnumerable
Inheritance: objectCollection<ChartView>ChartViewCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartViewCollection class.
Methods
Adds the range.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Removes the element at the specified index of the Collection<T>.