2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStylesCollection Class / Insert Method
Index.
PointStyle.

In This Topic
    Insert Method (PointStylesCollection)
    In This Topic
    Inserts the specified PointStyle in the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal ps As PointStyle _
    ) 
    public void Insert( 
       System.int index,
       PointStyle ps
    )

    Parameters

    index
    Index.
    ps
    PointStyle.
    See Also