# GrapeCity.Documents.Excel.Drawing.IChartFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChartFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IChartFormat" class="text-break">IChartFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Provides access to the Office Art formatting for chart elements.</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_IChartFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartFormat</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_IChartFormat_Fill" data-uid="GrapeCity.Documents.Excel.Drawing.IChartFormat.Fill">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.Fill.html#GrapeCity_Documents_Excel_Drawing_IChartFormat_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFillFormat.html">IFillFormat</a> object for the parent
chart element that contains fill formatting properties for the chart element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartFormat_Line" data-uid="GrapeCity.Documents.Excel.Drawing.IChartFormat.Line">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.Line.html#GrapeCity_Documents_Excel_Drawing_IChartFormat_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILineFormat.html">ILineFormat</a> object that contains
line formatting properties for the specified chart element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChartFormat_ThreeD" data-uid="GrapeCity.Documents.Excel.Drawing.IChartFormat.ThreeD">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartFormat.ThreeD.html#GrapeCity_Documents_Excel_Drawing_IChartFormat_ThreeD">ThreeD</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.html">IThreeDFormat</a> object that contains
3-D–effect formatting properties for the specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
