A typed observable collection of ChartAnnotationDescriptor instances that can be used to add descriptors in xaml.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartAnnotationDescriptorCollection : ObservableCollection<ChartAnnotationDescriptor>, IList<ChartAnnotationDescriptor>, ICollection<ChartAnnotationDescriptor>, IList, ICollection, IReadOnlyList<ChartAnnotationDescriptor>, IReadOnlyCollection<ChartAnnotationDescriptor>, IEnumerable<ChartAnnotationDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<ChartAnnotationDescriptor>ObservableCollection<ChartAnnotationDescriptor>ChartAnnotationDescriptorCollection
Implements:
Inherited Members
Constructors
C#
public ChartAnnotationDescriptorCollection()
Methods
Removes all items from the collection.
C#
protected override void ClearItems()
Overrides:
Raises the CollectionChanged event with the provided arguments.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Arguments of the event being raised.
Overrides: