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 GdxSeriesCollection : ObservableCollection<GdxSeriesBase>
Visual Basic
Public Class GdxSeriesCollection _
	Inherits ObservableCollection(Of GdxSeriesBase)
JScript
public class GdxSeriesCollection extends ObservableCollection<GdxSeriesBase>

Inheritance Hierarchy

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

See Also