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

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

    Parameters

    index
    See Also