The Chart object defines a set of chart areas to be drawn as a single data visualization data region. The Chart is defined much like a Tablix, but instead of Columns, Rows, and Cells, the Chart has Categories, Series, and DataPoints.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class Chart : DataRegion
Visual Basic
Public Class Chart _
	Inherits DataRegion

Inheritance Hierarchy

See Also