Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeries Class / DataPoints Property

In This Topic
    DataPoints Property
    In This Topic
    Gets ChartDataPoints object containing data points within the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataPoints As ChartDataPoints
    public ChartDataPoints DataPoints {get;}
    See Also