# GrapeCity.Spreadsheet.Charts.ICharts.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_ICharts_Item_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_ICharts_Item_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.Int32)">this[int]</h4>
<div class="markdown level1 summary"><p>Gets a single chart from the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IChart this[int index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(index As Integer) As IChart</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The index number of the chart.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a></td>
      <td><p>An <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> object represents the chart at the specified position.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Charts_ICharts_Item_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.String)">this[string]</h4>
<div class="markdown level1 summary"><p>Gets a single chart from the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IChart this[string name] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(name As String) As IChart</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a></td>
      <td><p>An <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> object represents the specified chart.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Charts_ICharts_Item_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32___" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.Int32[])">this[int[]]</h4>
<div class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects by the zero based indexes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICharts this[params int[] indexes] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(ParamArray indexes As Integer()) As ICharts</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>[]</td>
      <td><span class="parametername">indexes</span></td>
      <td><p>An array of integer values indicates the chart indexes.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.html">ICharts</a></td>
      <td><p>The <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects at the specified indexes.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Charts_ICharts_Item_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String___" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.String[])">this[string[]]</h4>
<div class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects by the chart names.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ICharts this[params string[] names] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Default Property Item(ParamArray names As String()) As ICharts</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td>
      <td><span class="parametername">names</span></td>
      <td><p>An array of string values indicates the chart names.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.html">ICharts</a></td>
      <td><p>The <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects which has the specified names.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
