ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DColorsCollection Class / Insert Method
Index.
The Color to insert.

In This Topic
    Insert Method (Chart3DColorsCollection)
    In This Topic
    Inserts the specified Color at the specified index of the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal clr As System.Drawing.Color _
    ) 
    public void Insert( 
       System.int index,
       System.Drawing.Color clr
    )

    Parameters

    index
    Index.
    clr
    The Color to insert.
    See Also