# GrapeCity.ActiveReports.PageReportModel.Chart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_PageReportModel_Chart" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart" class="text-break">Chart Class
</h1>
  <div class="markdown level0 summary"><p>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.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportComponent.html">ReportComponent</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a></div>
    <div class="level5"><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataRegion.html">DataRegion</a></div>
    <div class="level6"><span class="xref">Chart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IReportComponent.html">IReportComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IValidateable.html">IValidateable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.html">IScopeDefinition</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_Chart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Chart : DataRegion, IReportComponent, IComponent, IDisposable, IValidateable, IScopeDefinition</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_Chart_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a> must have either a defined <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.SeriesGroupings.html#GrapeCity_ActiveReports_PageReportModel_Chart_SeriesGroupings">SeriesGroupings</a> or a defined <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.CategoryGroupings.html#GrapeCity_ActiveReports_PageReportModel_Chart_CategoryGroupings">CategoryGroupings</a> property, or both.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.-ctor.html#GrapeCity_ActiveReports_PageReportModel_Chart__ctor">Chart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_AccessibleDescription" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.AccessibleDescription">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.AccessibleDescription.html#GrapeCity_ActiveReports_PageReportModel_Chart_AccessibleDescription">AccessibleDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of the control used by accessibility client applications.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_CategoryAxis" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.CategoryAxis">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.CategoryAxis.html#GrapeCity_ActiveReports_PageReportModel_Chart_CategoryAxis">CategoryAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the category axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_CategoryGroupings" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.CategoryGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.CategoryGroupings.html#GrapeCity_ActiveReports_PageReportModel_Chart_CategoryGroupings">CategoryGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of category groupings for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChartCustomPaletteColors" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChartCustomPaletteColors">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChartCustomPaletteColors.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChartCustomPaletteColors">ChartCustomPaletteColors</a>
        </td>
        <td class="markdown level1 summary"><p>Represents ChartCustomPaletteColors element (DD RDL extension).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChartData" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChartData">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChartData.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChartData">ChartData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data values for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChartElementOutput" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChartElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChartElementOutput.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChartElementOutput">ChartElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a DataPoint element containing the chart data points appears in a data rendering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChartPalette" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChartPalette">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChartPalette.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChartPalette">ChartPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color palette for the chart items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChartValueAxes" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChartValueAxes">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChartValueAxes.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChartValueAxes">ChartValueAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets collection of value axes for chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ChildScopes" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ChildScopes">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ChildScopes.html#GrapeCity_ActiveReports_PageReportModel_Chart_ChildScopes">ChildScopes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child scopes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Legend" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Legend">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Legend.html#GrapeCity_ActiveReports_PageReportModel_Chart_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart legend.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Palette" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Palette">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Palette.html#GrapeCity_ActiveReports_PageReportModel_Chart_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color palette for the chart items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_PlotArea" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.PlotArea">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.PlotArea.html#GrapeCity_ActiveReports_PageReportModel_Chart_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties for the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_PointWidth" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.PointWidth">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.PointWidth.html#GrapeCity_ActiveReports_PageReportModel_Chart_PointWidth">PointWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the percent width for bars and columns. A value of 100 represents 100% of the distance between points. A value greater than 100 causes columns to overlap.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Properties" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Properties">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Properties.html#GrapeCity_ActiveReports_PageReportModel_Chart_Properties">Properties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the properties for extended chart types.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ReferenceLine" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ReferenceLine">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ReferenceLine.html#GrapeCity_ActiveReports_PageReportModel_Chart_ReferenceLine">ReferenceLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties for reference line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ReportItemsInScope" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ReportItemsInScope">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ReportItemsInScope.html#GrapeCity_ActiveReports_PageReportModel_Chart_ReportItemsInScope">ReportItemsInScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the report items in scope.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_SeriesGroupings" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.SeriesGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.SeriesGroupings.html#GrapeCity_ActiveReports_PageReportModel_Chart_SeriesGroupings">SeriesGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of series groupings for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Subtype" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Subtype">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Subtype.html#GrapeCity_ActiveReports_PageReportModel_Chart_Subtype">Subtype</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subtype of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ThreeDProperties" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ThreeDProperties">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ThreeDProperties.html#GrapeCity_ActiveReports_PageReportModel_Chart_ThreeDProperties">ThreeDProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties for a 3D chart layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Title" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Title">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Title.html#GrapeCity_ActiveReports_PageReportModel_Chart_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Type" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Type">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Type.html#GrapeCity_ActiveReports_PageReportModel_Chart_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_ValueAxis" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.ValueAxis">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.ValueAxis.html#GrapeCity_ActiveReports_PageReportModel_Chart_ValueAxis">ValueAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value axis.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_GetExpressions" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.GetExpressions">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.GetExpressions.html#GrapeCity_ActiveReports_PageReportModel_Chart_GetExpressions">GetExpressions()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the expressions required for chart to be rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_Chart_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_" data-uid="GrapeCity.ActiveReports.PageReportModel.Chart.Validate(GrapeCity.ActiveReports.PageReportModel.ValidationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.Validate.html#GrapeCity_ActiveReports_PageReportModel_Chart_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_">Validate(ValidationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the information in each property of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Chart.html">Chart</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.Clone.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_Clone__1___0_">ReportItemExtensions.Clone&lt;TItem&gt;(TItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.GetReportSectionFromComponent.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_GetReportSectionFromComponent_GrapeCity_ActiveReports_PageReportModel_IReportComponent_">RomUtils.GetReportSectionFromComponent(IReportComponent)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.RomUtils.IsContentPlaceHolder.html#GrapeCity_ActiveReports_PageReportModel_RomUtils_IsContentPlaceHolder_GrapeCity_ActiveReports_PageReportModel_ReportItem_">RomUtils.IsContentPlaceHolder(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.GetSelfAndAllDescendants.html#GrapeCity_ActiveReports_Rdl_Tools_ReportExtensions_GetSelfAndAllDescendants_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportExtensions.GetSelfAndAllDescendants(ReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.ReportItemExtensions.GetReportItemTypeName.html#GrapeCity_ActiveReports_Rdl_Tools_ReportItemExtensions_GetReportItemTypeName_GrapeCity_ActiveReports_PageReportModel_ReportItem_">ReportItemExtensions.GetReportItemTypeName(ReportItem)</a>
  </div>

</div>
