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

In This Topic
    ChartData Property (Chart)
    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