ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ChartSeries Class / DataPoints Property

In This Topic
    DataPoints Property
    In This Topic
    Gets the data points within the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataPoints As DataPointCollection
    public DataPointCollection DataPoints {get;}

    Property Value

    A DataPointCollection object containing all of the data points in the series.
    See Also