Represents a collection of SeriesBinding objects.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class SeriesBindingCollection : CollectionBase
Visual Basic (Declaration)
Public Class SeriesBindingCollection _
	Inherits CollectionBase
Visual C++
public ref class SeriesBindingCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Charts..::.SeriesBindingCollection

See Also