# GrapeCity.Documents.Excel.Drawing.IChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IChart" data-uid="GrapeCity.Documents.Excel.Drawing.IChart" class="text-break">IChart Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart object in a worksheet.</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_IChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChart</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChart</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_IChart_Area3DGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Area3DGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Area3DGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_Area3DGroup">Area3DGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the area chart group on a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AreaGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AreaGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AreaGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_AreaGroups">AreaGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the area chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AutoScaling" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AutoScaling">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AutoScaling.html#GrapeCity_Documents_Excel_Drawing_IChart_AutoScaling">AutoScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart. The <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.RightAngleAxes.html#GrapeCity_Documents_Excel_Drawing_IChart_RightAngleAxes">RightAngleAxes</a> property must be True).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Axes" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Axes">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Axes.html#GrapeCity_Documents_Excel_Drawing_IChart_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the axes on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_BackWall" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.BackWall">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.BackWall.html#GrapeCity_Documents_Excel_Drawing_IChart_BackWall">BackWall</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IWall.html">IWall</a> object that allows the user to individually format the back wall of a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Bar3DGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Bar3DGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Bar3DGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_Bar3DGroup">Bar3DGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the bar chart group on a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_BarGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.BarGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.BarGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_BarGroups">BarGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the bar chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_BarShape" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.BarShape">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.BarShape.html#GrapeCity_Documents_Excel_Drawing_IChart_BarShape">BarShape</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the shape used with the 3-D bar or column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ChartArea" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ChartArea">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ChartArea.html#GrapeCity_Documents_Excel_Drawing_IChart_ChartArea">ChartArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartArea.html">IChartArea</a> object that represents the complete chart area for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ChartGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ChartGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ChartGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_ChartGroups">ChartGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of all the chart groups in the chart <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>.
The returned collection includes every type of group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ChartTitle" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ChartTitle">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ChartTitle.html#GrapeCity_Documents_Excel_Drawing_IChart_ChartTitle">ChartTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartTitle.html">IChartTitle</a> object that represents the title of the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ChartType" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ChartType">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ChartType.html#GrapeCity_Documents_Excel_Drawing_IChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Column3DGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Column3DGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Column3DGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_Column3DGroup">Column3DGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the column chart group on a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ColumnGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ColumnGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ColumnGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_ColumnGroups">ColumnGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the column chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_DataTable" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.DataTable">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DataTable.html#GrapeCity_Documents_Excel_Drawing_IChart_DataTable">DataTable</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IDataTable.html">IDataTable</a> object that represents the chart data table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_DepthPercent" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.DepthPercent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DepthPercent.html#GrapeCity_Documents_Excel_Drawing_IChart_DepthPercent">DepthPercent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_DisplayBlanksAs" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.DisplayBlanksAs">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DisplayBlanksAs.html#GrapeCity_Documents_Excel_Drawing_IChart_DisplayBlanksAs">DisplayBlanksAs</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the way that blank cells are plotted on a chart. Can be one of the following:
<a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DisplayBlanksAs.html#GrapeCity_Documents_Excel_Drawing_IChart_DisplayBlanksAs">DisplayBlanksAs</a> constants: NotPlotted, Interpolated, or Zero.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_DisplayNaAsBlank" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.DisplayNaAsBlank">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DisplayNaAsBlank.html#GrapeCity_Documents_Excel_Drawing_IChart_DisplayNaAsBlank">DisplayNaAsBlank</a>
        </td>
        <td class="markdown level1 summary"><p>specifies whether to treat cells containing #N/A as if they were blank cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_DoughnutGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.DoughnutGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.DoughnutGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_DoughnutGroups">DoughnutGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the doughnut chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Elevation" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Elevation">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Elevation.html#GrapeCity_Documents_Excel_Drawing_IChart_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the elevation of the 3-D chart view in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Floor" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Floor">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Floor.html#GrapeCity_Documents_Excel_Drawing_IChart_Floor">Floor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFloor.html">IFloor</a> object that represents the floor of the 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_GapDepth" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.GapDepth">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.GapDepth.html#GrapeCity_Documents_Excel_Drawing_IChart_GapDepth">GapDepth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the distance between the data series in a 3-D chart as a percentage of the marker width.
The value of this property must be between 0 and 500.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_HasDataTable" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.HasDataTable">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.HasDataTable.html#GrapeCity_Documents_Excel_Drawing_IChart_HasDataTable">HasDataTable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart displays a data table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_HasLegend" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.HasLegend">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.HasLegend.html#GrapeCity_Documents_Excel_Drawing_IChart_HasLegend">HasLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart has a legend.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_HasTitle" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.HasTitle">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.HasTitle.html#GrapeCity_Documents_Excel_Drawing_IChart_HasTitle">HasTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis or chart has a visible title.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_HeightPercent" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.HeightPercent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.HeightPercent.html#GrapeCity_Documents_Excel_Drawing_IChart_HeightPercent">HeightPercent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Legend" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Legend">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Legend.html#GrapeCity_Documents_Excel_Drawing_IChart_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILegend.html">ILegend</a> object that represents the legend for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Line3DGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Line3DGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Line3DGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_Line3DGroup">Line3DGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the line chart group on a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_LineGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.LineGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.LineGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_LineGroups">LineGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the line chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Name" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Name.html#GrapeCity_Documents_Excel_Drawing_IChart_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Parent.html#GrapeCity_Documents_Excel_Drawing_IChart_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the parent <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Perspective" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Perspective">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Perspective.html#GrapeCity_Documents_Excel_Drawing_IChart_Perspective">Perspective</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.
This property is ignored if the RightAngleAxes property is True.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Pie3DGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Pie3DGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Pie3DGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_Pie3DGroup">Pie3DGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the pie chart group on a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_PieGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.PieGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.PieGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_PieGroups">PieGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the pie chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_PivotOptions" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.PivotOptions">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.PivotOptions.html#GrapeCity_Documents_Excel_Drawing_IChart_PivotOptions">PivotOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPivotOptions.html">IPivotOptions</a> object that represents the
options whether to display pivot chart buttons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_PivotTable" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.PivotTable">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.PivotTable.html#GrapeCity_Documents_Excel_Drawing_IChart_PivotTable">PivotTable</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="GrapeCity.Documents.Excel.IPivotTable.html">IPivotTable</a> object that represents the
PivotTable report containing the upper-left corner of the specified range, or
the PivotTable report associated with the PivotChart report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_PlotArea" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.PlotArea">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.PlotArea.html#GrapeCity_Documents_Excel_Drawing_IChart_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPlotArea.html">IPlotArea</a> object that represents the plot area of a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_PlotVisibleOnly" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.PlotVisibleOnly">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.PlotVisibleOnly.html#GrapeCity_Documents_Excel_Drawing_IChart_PlotVisibleOnly">PlotVisibleOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_RadarGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.RadarGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.RadarGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_RadarGroups">RadarGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the radar chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_RightAngleAxes" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.RightAngleAxes">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.RightAngleAxes.html#GrapeCity_Documents_Excel_Drawing_IChart_RightAngleAxes">RightAngleAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart axes are at right angles, independent of chart rotation or elevation.
Applies only to 3-D line, column, and bar charts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Rotation" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Rotation">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Rotation.html#GrapeCity_Documents_Excel_Drawing_IChart_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the rotation of the 3-D chart view (the rotation of the plot
area around the z-axis in degrees). The value of this property must be from
0 to 360, except for 3-D bar charts, where the value must be from 0 to 44.
The default value is 20. Applies only to 3-D charts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_SeriesCollection" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.SeriesCollection">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.SeriesCollection.html#GrapeCity_Documents_Excel_Drawing_IChart_SeriesCollection">SeriesCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of all the series in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Shapes" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Shapes">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Shapes.html#GrapeCity_Documents_Excel_Drawing_IChart_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all drawing shapes in this chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_ShowDataLabelsOverMaximum" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.ShowDataLabelsOverMaximum">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.ShowDataLabelsOverMaximum.html#GrapeCity_Documents_Excel_Drawing_IChart_ShowDataLabelsOverMaximum">ShowDataLabelsOverMaximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the data labels when the value is greater than the maximum value on the value axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_SideWall" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.SideWall">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.SideWall.html#GrapeCity_Documents_Excel_Drawing_IChart_SideWall">SideWall</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IWall.html">IWall</a> object that allows the user to individually format the side wall of a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_SurfaceGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.SurfaceGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.SurfaceGroup.html#GrapeCity_Documents_Excel_Drawing_IChart_SurfaceGroup">SurfaceGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroup.html">IChartGroup</a> object that represents the surface chart group of a 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Walls" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Walls">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Walls.html#GrapeCity_Documents_Excel_Drawing_IChart_Walls">Walls</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IWall.html">IWall</a> object that represents the walls of the 3-D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_XYGroups" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.XYGroups">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.XYGroups.html#GrapeCity_Documents_Excel_Drawing_IChart_XYGroups">XYGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents a collection of the scatter chart groups <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChartGroups.html">IChartGroups</a>, on a 2D 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_Documents_Excel_Drawing_IChart_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddChart(GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddChart.html#GrapeCity_Documents_Excel_Drawing_IChart_AddChart_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChart(ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddChartInPixel_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddChartInPixel(GrapeCity.Documents.Excel.Drawing.ChartType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddChartInPixel.html#GrapeCity_Documents_Excel_Drawing_IChart_AddChartInPixel_GrapeCity_Documents_Excel_Drawing_ChartType_System_Double_System_Double_System_Double_System_Double_">AddChartInPixel(ChartType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart at the specified location on the active sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddConnector(GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddConnector.html#GrapeCity_Documents_Excel_Drawing_IChart_AddConnector_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnector(ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddConnectorInPixel_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddConnectorInPixel(GrapeCity.Documents.Excel.Drawing.ConnectorType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddConnectorInPixel.html#GrapeCity_Documents_Excel_Drawing_IChart_AddConnectorInPixel_GrapeCity_Documents_Excel_Drawing_ConnectorType_System_Double_System_Double_System_Double_System_Double_">AddConnectorInPixel(ConnectorType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a connector. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddPicture(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IChart_AddPicture_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPicture(Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddPicture_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddPicture(System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddPicture.html#GrapeCity_Documents_Excel_Drawing_IChart_AddPicture_System_String_System_Double_System_Double_System_Double_System_Double_">AddPicture(string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddPictureInPixel_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddPictureInPixel(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IChart_AddPictureInPixel_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(Stream, ImageType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing stream. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddPictureInPixel_System_String_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddPictureInPixel(System.String,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddPictureInPixel.html#GrapeCity_Documents_Excel_Drawing_IChart_AddPictureInPixel_System_String_System_Double_System_Double_System_Double_System_Double_">AddPictureInPixel(string, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a picture from an existing file. Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new picture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddShape(GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddShape.html#GrapeCity_Documents_Excel_Drawing_IChart_AddShape_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShape(AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_AddShapeInPixel_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.AddShapeInPixel(GrapeCity.Documents.Excel.Drawing.AutoShapeType,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.AddShapeInPixel.html#GrapeCity_Documents_Excel_Drawing_IChart_AddShapeInPixel_GrapeCity_Documents_Excel_Drawing_AutoShapeType_System_Double_System_Double_System_Double_System_Double_">AddShapeInPixel(AutoShapeType, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the new AutoShape in a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.Delete.html#GrapeCity_Documents_Excel_Drawing_IChart_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_SetSourceData_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.SetSourceData(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.SetSourceData.html#GrapeCity_Documents_Excel_Drawing_IChart_SetSourceData_GrapeCity_Documents_Excel_IRange_">SetSourceData(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the source data range for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IChart_SetSourceData_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_" data-uid="GrapeCity.Documents.Excel.Drawing.IChart.SetSourceData(GrapeCity.Documents.Excel.IRange,GrapeCity.Documents.Excel.Drawing.RowCol)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.SetSourceData.html#GrapeCity_Documents_Excel_Drawing_IChart_SetSourceData_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_Drawing_RowCol_">SetSourceData(IRange, RowCol)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the source data range for the chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
