# GrapeCity.Spreadsheet.Charts.IChartObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IChartObject" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject" class="text-break">IChartObject Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an embedded chart on a 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_IChartObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartObject : IDrawingObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartObject
    Inherits IDrawingObject</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_IChartObject_Chart" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Chart">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Chart.html#GrapeCity_Spreadsheet_Charts_IChartObject_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> object that represents the chart contained in the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Index" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Index.html#GrapeCity_Spreadsheet_Charts_IChartObject_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the object within the collection of similar objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Selected" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Selected">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Selected.html#GrapeCity_Spreadsheet_Charts_IChartObject_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the chart is selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_ShapeRange" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.ShapeRange">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.ShapeRange.html#GrapeCity_Spreadsheet_Charts_IChartObject_ShapeRange">ShapeRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapeRange.html">IShapeRange</a> collection that represents all shapes in the chart.</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_Spreadsheet_Charts_IChartObject_Activate" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Activate">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Activate.html#GrapeCity_Spreadsheet_Charts_IChartObject_Activate">Activate()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the current chart the active chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_BringToFront" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.BringToFront">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.BringToFront.html#GrapeCity_Spreadsheet_Charts_IChartObject_BringToFront">BringToFront()</a>
        </td>
        <td class="markdown level1 summary"><p>Brings the object to the front of the z-order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Copy" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Copy">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Copy.html#GrapeCity_Spreadsheet_Charts_IChartObject_Copy">Copy()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the object to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_CopyPicture_GrapeCity_Spreadsheet_Drawing_PictureAppearance_GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture(GrapeCity.Spreadsheet.Drawing.PictureAppearance,GrapeCity.Spreadsheet.Drawing.CopyPictureFormat)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.CopyPicture.html#GrapeCity_Spreadsheet_Charts_IChartObject_CopyPicture_GrapeCity_Spreadsheet_Drawing_PictureAppearance_GrapeCity_Spreadsheet_Drawing_CopyPictureFormat_">CopyPicture(PictureAppearance, CopyPictureFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected object to the Clipboard as a picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Cut" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Cut">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Cut.html#GrapeCity_Spreadsheet_Charts_IChartObject_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Cuts the object to the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Delete" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Delete.html#GrapeCity_Spreadsheet_Charts_IChartObject_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Duplicate" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Duplicate">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Duplicate.html#GrapeCity_Spreadsheet_Charts_IChartObject_Duplicate">Duplicate()</a>
        </td>
        <td class="markdown level1 summary"><p>Duplicates the object and returns a reference to the new copy.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_Select_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.Select(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.Select.html#GrapeCity_Spreadsheet_Charts_IChartObject_Select_System_Boolean_">Select(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChartObject_SendToBack" data-uid="GrapeCity.Spreadsheet.Charts.IChartObject.SendToBack">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartObject.SendToBack.html#GrapeCity_Spreadsheet_Charts_IChartObject_SendToBack">SendToBack()</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the object to the back of the z-order.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
