Represents collection of Color objects

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ColorCollection : List<Color>, IStateManager
Visual Basic (Declaration)
Public Class ColorCollection _
	Inherits List(Of Color) _
	Implements IStateManager
Visual C++
public ref class ColorCollection : public List<Color>, 
	IStateManager

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Color>)>)
    am.Charts..::.ColorCollection

See Also