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

In This Topic
    AddNewPointStyle Method
    In This Topic
    Creates a new PointStyle and appends it to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewPointStyle() As PointStyle
    public PointStyle AddNewPointStyle()

    Return Value

    New PointStyle.
    See Also