Represents a collection of SeriesValueInfo objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also