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