Represents collection of Color objects
Namespace:
am.ChartsAssembly: 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 |