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

In This Topic
    Chart Class
    In This Topic
    The Chart element defines a chart data region. The Chart is defined much like a Matrix, but instead of Columns, Rows, and Cells, the Chart has Categories, Series, and DataPoints.
    Object Model
    Chart Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Chart 
       Inherits DataRegion
       Implements IReportComponentIScopeDefinitionIValidateable 
    public sealed class Chart : DataRegion, IReportComponentIScopeDefinitionIValidateable  
    Remarks
    A Chart must have either a defined SeriesGroupings or a defined CategoryGroupings property, or both.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.DataRegion
                      GrapeCity.ActiveReports.PageReportModel.Chart

    See Also