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

In This Topic
    Insert Method (BarColorCollection)
    In This Topic
    Adds a BarColor object to the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal bc As BarColor _
    ) 
    public void Insert( 
       System.int index,
       BarColor bc
    )

    Parameters

    index
    Index.
    bc
    The BarColor to insert.
    See Also