Implements IndexOf(Object).
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public int IndexOf( CustomPaletteItem value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IndexOf ( _ value As CustomPaletteItem _ ) As Integer  | 
| Visual C++ | 
|---|
public: int IndexOf( CustomPaletteItem^ value )  | 
Parameters
- value
 - Type: PerpetuumSoft.Charts..::.CustomPaletteItem