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

In This Topic
    Add Method (PointStylesCollection)
    In This Topic
    Adds the specified PointStyle to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal ps As PointStyle _
    ) As System.Integer
    public System.int Add( 
       PointStyle ps
    )

    Parameters

    ps
    PointStyle

    Return Value

    Index of the point style.
    See Also