ActiveReports Developer 7
Chart Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Chart Class

Glossary Item Box

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

Visual Basic (Declaration) 
Public NotInheritable Class Chart 
   Inherits DataRegion
   Implements IReportComponent 
C# 
public sealed class Chart : DataRegion, IReportComponent  

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