2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStylesCollection Class / Item Property

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

    Parameters

    i
    See Also