Defines a collection of TimelineAnnotation objects.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelineAnnotationCollection : Collection<TimelineAnnotation>, IList<TimelineAnnotation>, ICollection<TimelineAnnotation>, IList, ICollection, IReadOnlyList<TimelineAnnotation>, IReadOnlyCollection<TimelineAnnotation>, IEnumerable<TimelineAnnotation>, IEnumerable
Inheritance: objectCollection<TimelineAnnotation>TimelineAnnotationCollection
Implements:
Inherited Members
Methods
Removes all elements from the Collection<T>.
protected override void ClearItems()
Overrides:
Inserts an element into the collection at the specified index.
protected override void InsertItem(int index, TimelineAnnotation item)
The zero-based index at which item should be inserted.
itemTimelineAnnotationThe object to insert. The value can be null for reference types.
Overrides:
Removes the element at the specified index of the collection.
protected override void RemoveItem(int index)
The zero-based index of the element to remove.
Overrides:
Replaces the element at the specified index.
protected override void SetItem(int index, TimelineAnnotation item)
The zero-based index of the element to replace.
itemTimelineAnnotationThe new value for the element at the specified index. The value can be null for reference types.
Overrides: