Class ChartAnnotationDescriptorCollection
A typed observable collection of Chart
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. Arguments of the event being raised. |