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

In This Topic
    Add Method (BarColorCollection)
    In This Topic
    Adds a BarColor object to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal bc As BarColor _
    ) As System.Integer
    public System.int Add( 
       BarColor bc
    )

    Parameters

    bc
    The BarColor to add.

    Return Value

    An integer indicating the index of the added BarColor.
    See Also