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

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

    Parameters

    i
    See Also