ClassChartAnnotationCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartAnnotationCollection : Collection<ChartAnnotation>, IList, ICollection, IEnumerable
Inheritance: objectCollection<ChartAnnotation>ChartAnnotationCollection
Implements:
Inherited Members
Constructors
ChartAnnotationCollection(ChartArea)
Initializes a new instance of the ChartAnnotationCollection class.
Declaration
cs-api-definition
public ChartAnnotationCollection(ChartArea owner)
Parameters
owner
The owner.
Properties
Methods
AddRange(params ChartAnnotation[])
Adds the range.
Declaration
cs-api-definition
public void AddRange(params ChartAnnotation[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, ChartAnnotation)
Inserts the item at the specific index.
Declaration
cs-api-definition
protected override void InsertItem(int index, ChartAnnotation item)
Parameters
index
The index.
item
The item.
Overrides
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