FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DPointSeries Class / Points Property

In This Topic
    Points Property (Chart3DPointSeries)
    In This Topic
    Gets the collection of points for the point series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As Chart3DPointsCollection
    public Chart3DPointsCollection Points {get;}
    See Also