Implements Insert(Int32, Object).
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void Insert( int index, CustomPaletteItem value )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Insert ( _ index As Integer, _ value As CustomPaletteItem _ )  | 
| Visual C++ | 
|---|
public: void Insert( int index, CustomPaletteItem^ value )  |