RadControls for Silverlight

Contains RadChart annotations.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050

Syntax

C#
public class AnnotationCollection : RadObservableCollection<AnnotationBase>
Visual Basic
Public Class AnnotationCollection _
	Inherits RadObservableCollection(Of AnnotationBase)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'AnnotationBase>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'AnnotationBase>)>)>
      Telerik.Windows.Data..::..RadObservableCollection<(Of <(<'AnnotationBase>)>)>
        Telerik.Windows.Controls.Charting..::..AnnotationCollection

See Also