ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / ChartData Property

In This Topic
    ChartData Property
    In This Topic
    Gets the data values for the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartData As ChartSeriesCollection
    public ChartSeriesCollection ChartData {get;}

    Property Value

    A ChartSeriesCollection indicating the data values for the chart.
    See Also