ClassChartAnnotationDescriptorCollection
Class
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:
cs-api-definition
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
ChartAnnotationDescriptorCollection()
Declaration
cs-api-definition
public ChartAnnotationDescriptorCollection()
Methods
ClearItems()
Removes all items from the collection.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event with the provided arguments.
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
Arguments of the event being raised.
Overrides