FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DPointsCollection Class / AddNewPoint Method

In This Topic
    AddNewPoint Method (Chart3DPointsCollection)
    In This Topic
    Adds a new data point into the collection.
    Syntax
    'Declaration
     
    Public Function AddNewPoint() As Chart3DPoint
    public Chart3DPoint AddNewPoint()

    Return Value

    The new added data point.
    See Also