Represents collection of CustomPaletteItem objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also