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

In This Topic
    Item Property (Chart3DColorsCollection)
    In This Topic
    Gets or sets the specified Color by numeric index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As System.Integer _
    ) As System.Drawing.Color
    public System.Drawing.Color this[ 
       System.int i
    ]; {get; set;}

    Parameters

    i
    See Also