Represents a collection of series

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GdxAnnotationCollection : ObservableCollection<GdxAnnotationBase>
Visual Basic
Public Class GdxAnnotationCollection _
	Inherits ObservableCollection(Of GdxAnnotationBase)
JScript
public class GdxAnnotationCollection extends ObservableCollection<GdxAnnotationBase>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'GdxAnnotationBase>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'GdxAnnotationBase>)>)>
      Ico.Gdx..::..GdxAnnotationCollection

See Also