# GrapeCity.Spreadsheet.Charts.IChartObjects

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IChartObjects" data-uid="GrapeCity.Spreadsheet.Charts.IChartObjects" class="text-break">IChartObjects Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.html">IChartObject</a> objects on the specified chart sheet or worksheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IChartObjects_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartObjects</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartObjects</code></pre>
  </div>
  <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_Spreadsheet_Charts_IChartObjects_Count" data-uid="GrapeCity.Spreadsheet.Charts.IChartObjects.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObjects.Count.html#GrapeCity_Spreadsheet_Charts_IChartObjects_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of chart objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObjects_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObjects.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObjects.Item.html#GrapeCity_Spreadsheet_Charts_IChartObjects_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single chart object from the chart collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObjects_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObjects.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObjects.Item.html#GrapeCity_Spreadsheet_Charts_IChartObjects_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single chart object from the chart collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
