ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / Points Property

In This Topic
    Points Property
    In This Topic
    Gets a DataPointsCollection object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As DataPointsCollection
    public DataPointsCollection Points {get;}
    See Also