# GrapeCity.Documents.Excel.Drawing.ILegendEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_ILegendEntry" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntry" class="text-break">ILegendEntry Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a legend entry in a 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_ILegendEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILegendEntry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ILegendEntry</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_ILegendEntry_Font" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Font.html#GrapeCity_Documents_Excel_Drawing_ILegendEntry_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFontFormat.html">IFontFormat</a> object that represents the
font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ILegendEntry_Format" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Format">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Format.html#GrapeCity_Documents_Excel_Drawing_ILegendEntry_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.html">IChartFormat</a> object that represents the
format of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ILegendEntry_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Parent.html#GrapeCity_Documents_Excel_Drawing_ILegendEntry_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent object for the specified object.</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_Documents_Excel_Drawing_ILegendEntry_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegendEntry.Delete.html#GrapeCity_Documents_Excel_Drawing_ILegendEntry_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
