Class ChartAnnotationDescriptorCollection
A typed observable collection of ChartAnnotationDescriptor instances that can be used to add descriptors in xaml.
Inheritance
System.Object
ChartAnnotationDescriptorCollection
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartAnnotationDescriptorCollection : ObservableCollection<ChartAnnotationDescriptor>
Constructors
ChartAnnotationDescriptorCollection()
Declaration
public ChartAnnotationDescriptorCollection()
Methods
ClearItems()
Removes all items from the collection.
Declaration
protected override void ClearItems()
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event with the provided arguments.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
Arguments of the event being raised. |