# GrapeCity.Documents.Excel.Drawing.ILegendEntries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_ILegendEntries" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntries" class="text-break">ILegendEntries Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of all the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntry.html">ILegendEntry</a> objects
in the specified chart legend.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_ILegendEntries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILegendEntries : IEnumerable&lt;ILegendEntry&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ILegendEntries
    Inherits IEnumerable(Of ILegendEntry), IEnumerable</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_Documents_Excel_Drawing_ILegendEntries_Count" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Count.html#GrapeCity_Documents_Excel_Drawing_ILegendEntries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of objects in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ILegendEntries_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Item.html#GrapeCity_Documents_Excel_Drawing_ILegendEntries_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a single object from a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ILegendEntries_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntries.Parent.html#GrapeCity_Documents_Excel_Drawing_ILegendEntries_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
