ActiveReports 12
Chart Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Chart Class
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 IReportComponentIScopeDefinition 
public sealed class Chart : DataRegion, IReportComponentIScopeDefinition  
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

Reference

Chart Members
GrapeCity.ActiveReports.PageReportModel Namespace