ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / BarColorCollection Class / Item Property

In This Topic
    Item Property (BarColorCollection)
    In This Topic
    Gets the specified BarColor from the collection by numeric index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As BarColor
    public BarColor this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also