# GrapeCity.Spreadsheet.Charts.IChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IChart" data-uid="GrapeCity.Spreadsheet.Charts.IChart" class="text-break">IChart Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart in a workbook.</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_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_Spreadsheet_Charts_IChart_AutoScaling" data-uid="GrapeCity.Spreadsheet.Charts.IChart.AutoScaling">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.AutoScaling.html#GrapeCity_Spreadsheet_Charts_IChart_AutoScaling">AutoScaling</a>
        </td>
        <td class="markdown level1 summary"><p><code>true</code> if scales a 3D chart so that it's closer in size to the equivalent 2D chart and <code>false</code> otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Axes" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Axes">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Axes.html#GrapeCity_Spreadsheet_Charts_IChart_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of the axes on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_BackWall" data-uid="GrapeCity.Spreadsheet.Charts.IChart.BackWall">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.BackWall.html#GrapeCity_Spreadsheet_Charts_IChart_BackWall">BackWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IWalls.html">IWalls</a> object that allows the user to individually format the back wall of a 3D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_BarShape" data-uid="GrapeCity.Spreadsheet.Charts.IChart.BarShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.BarShape.html#GrapeCity_Spreadsheet_Charts_IChart_BarShape">BarShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape used with the 3D bar or column chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel" data-uid="GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.CategoryLabelLevel.html#GrapeCity_Spreadsheet_Charts_IChart_CategoryLabelLevel">CategoryLabelLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryLabelLevel.html">CategoryLabelLevel</a> constant referring to the level of where the category labels are being sourced from.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartArea" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartArea">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartArea.html#GrapeCity_Spreadsheet_Charts_IChart_ChartArea">ChartArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartArea.html">IChartArea</a> object that represents the complete chart area for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartColor" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartColor.html#GrapeCity_Spreadsheet_Charts_IChart_ChartColor">ChartColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an Integer that represents the color scheme for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartGroups" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartGroups">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartGroups.html#GrapeCity_Spreadsheet_Charts_IChart_ChartGroups">ChartGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a collection of all the chart groups in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartStyle" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartStyle.html#GrapeCity_Spreadsheet_Charts_IChart_ChartStyle">ChartStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart style for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartTitle" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartTitle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartTitle.html#GrapeCity_Spreadsheet_Charts_IChart_ChartTitle">ChartTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartTitle.html">IChartTitle</a> object that represents the title of the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ChartType" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ChartType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ChartType.html#GrapeCity_Spreadsheet_Charts_IChart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_DataTable" data-uid="GrapeCity.Spreadsheet.Charts.IChart.DataTable">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.DataTable.html#GrapeCity_Spreadsheet_Charts_IChart_DataTable">DataTable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataTable.html">IDataTable</a> object that represents the chart data table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_DepthPercent" data-uid="GrapeCity.Spreadsheet.Charts.IChart.DepthPercent">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.DepthPercent.html#GrapeCity_Spreadsheet_Charts_IChart_DepthPercent">DepthPercent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the depth of a 3D chart as a percentage of the chart width (between 20 and 2000 percent).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_DisplayBlanksAs" data-uid="GrapeCity.Spreadsheet.Charts.IChart.DisplayBlanksAs">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.DisplayBlanksAs.html#GrapeCity_Spreadsheet_Charts_IChart_DisplayBlanksAs">DisplayBlanksAs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way that blank cells are plotted on a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_DisplayValueNotAvailableAsBlank" data-uid="GrapeCity.Spreadsheet.Charts.IChart.DisplayValueNotAvailableAsBlank">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.DisplayValueNotAvailableAsBlank.html#GrapeCity_Spreadsheet_Charts_IChart_DisplayValueNotAvailableAsBlank">DisplayValueNotAvailableAsBlank</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the #N/A error is plotted as a blank cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Elevation" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Elevation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Elevation.html#GrapeCity_Spreadsheet_Charts_IChart_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the elevation of the 3D chart view, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Floor" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Floor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Floor.html#GrapeCity_Spreadsheet_Charts_IChart_Floor">Floor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IFloor.html">IFloor</a> object that represents the floor of the 3D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_GapDepth" data-uid="GrapeCity.Spreadsheet.Charts.IChart.GapDepth">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.GapDepth.html#GrapeCity_Spreadsheet_Charts_IChart_GapDepth">GapDepth</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the distance between the data series in a 3D 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_Spreadsheet_Charts_IChart_HeightPercent" data-uid="GrapeCity.Spreadsheet.Charts.IChart.HeightPercent">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.HeightPercent.html#GrapeCity_Spreadsheet_Charts_IChart_HeightPercent">HeightPercent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of a 3D chart as a percentage of the chart width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Index" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Index">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Index.html#GrapeCity_Spreadsheet_Charts_IChart_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the index number of the chart within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Legend" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Legend">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Legend.html#GrapeCity_Spreadsheet_Charts_IChart_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.ILegend.html">ILegend</a> object that represents the legend for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Perspective" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Perspective">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Perspective.html#GrapeCity_Spreadsheet_Charts_IChart_Perspective">Perspective</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the perspective for the 3D chart view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_PlotArea" data-uid="GrapeCity.Spreadsheet.Charts.IChart.PlotArea">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.PlotArea.html#GrapeCity_Spreadsheet_Charts_IChart_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPlotArea.html">IPlotArea</a> object that represents the plot area of a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_PlotBy" data-uid="GrapeCity.Spreadsheet.Charts.IChart.PlotBy">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.PlotBy.html#GrapeCity_Spreadsheet_Charts_IChart_PlotBy">PlotBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way columns or rows are used as data series on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_PlotVisibleOnly" data-uid="GrapeCity.Spreadsheet.Charts.IChart.PlotVisibleOnly">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.PlotVisibleOnly.html#GrapeCity_Spreadsheet_Charts_IChart_PlotVisibleOnly">PlotVisibleOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether only visible cells are plotted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_RightAngleAxes" data-uid="GrapeCity.Spreadsheet.Charts.IChart.RightAngleAxes">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.RightAngleAxes.html#GrapeCity_Spreadsheet_Charts_IChart_RightAngleAxes">RightAngleAxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart axes are at right angles, independent of chart rotation or elevation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Rotation" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Rotation">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Rotation.html#GrapeCity_Spreadsheet_Charts_IChart_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the 3D chart view (the rotation of the plot area around the y-axis, in degrees).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Series" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Series">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Series.html#GrapeCity_Spreadsheet_Charts_IChart_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents all the series in the chart or chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.SeriesNameLevel.html#GrapeCity_Spreadsheet_Charts_IChart_SeriesNameLevel">SeriesNameLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.SeriesNameLevel.html">SeriesNameLevel</a> constant referring to the level of where the series names are being sourced from.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Shapes" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Shapes">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Shapes.html#GrapeCity_Spreadsheet_Charts_IChart_Shapes">Shapes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShapes.html">IShapes</a> collection that represents all the shapes on the chart sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_SideWall" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SideWall">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.SideWall.html#GrapeCity_Spreadsheet_Charts_IChart_SideWall">SideWall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IWalls.html">IWalls</a> object that allows the user to individually format the side wall of a 3D chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Walls" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Walls">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Walls.html#GrapeCity_Spreadsheet_Charts_IChart_Walls">Walls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IWalls.html">IWalls</a> object that represents the walls of the 3D 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_IChart_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ApplyDataLabels(GrapeCity.Spreadsheet.Charts.DataLabelVisibilities,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ApplyDataLabels.html#GrapeCity_Spreadsheet_Charts_IChart_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_">ApplyDataLabels(DataLabelVisibilities, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies data labels to all series in chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ApplyLayout_System_Int32_GrapeCity_Spreadsheet_Charts_ChartType_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ApplyLayout(System.Int32,GrapeCity.Spreadsheet.Charts.ChartType)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ApplyLayout.html#GrapeCity_Spreadsheet_Charts_IChart_ApplyLayout_System_Int32_GrapeCity_Spreadsheet_Charts_ChartType_">ApplyLayout(int, ChartType)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the layouts shown in the ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ClearToMatchStyle" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ClearToMatchStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ClearToMatchStyle.html#GrapeCity_Spreadsheet_Charts_IChart_ClearToMatchStyle">ClearToMatchStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the chart elements formatting to automatic.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Location_GrapeCity_Spreadsheet_Charts_ChartLocation_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Location(GrapeCity.Spreadsheet.Charts.ChartLocation,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Location.html#GrapeCity_Spreadsheet_Charts_IChart_Location_GrapeCity_Spreadsheet_Charts_ChartLocation_System_String_">Location(ChartLocation, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the chart to a new location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_Protect_GrapeCity_Spreadsheet_ChartLocks_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.Protect(GrapeCity.Spreadsheet.ChartLocks,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.Protect.html#GrapeCity_Spreadsheet_Charts_IChart_Protect_GrapeCity_Spreadsheet_ChartLocks_System_String_">Protect(ChartLocks, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Protects a chart so that it cannot be modified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_GrapeCity_Spreadsheet_IRange_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData(GrapeCity.Spreadsheet.IRange,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol})">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData.html#GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_GrapeCity_Spreadsheet_IRange_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__">SetSourceData(IRange, RowCol?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the source data range for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_GrapeCity_Spreadsheet_WorksheetReference_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData(GrapeCity.Spreadsheet.WorksheetReference,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol})">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData.html#GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_GrapeCity_Spreadsheet_WorksheetReference_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__">SetSourceData(WorksheetReference, RowCol?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the source data range for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_System_String_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__" data-uid="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData(System.String,System.Nullable{GrapeCity.Spreadsheet.Charts.RowCol})">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.SetSourceData.html#GrapeCity_Spreadsheet_Charts_IChart_SetSourceData_System_String_System_Nullable_GrapeCity_Spreadsheet_Charts_RowCol__">SetSourceData(string, RowCol?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the source data range for the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_GrapeCity_Spreadsheet_Charts_AxisType_GrapeCity_Spreadsheet_Charts_AxisGroup_" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowAxis(GrapeCity.Spreadsheet.Charts.AxisType,GrapeCity.Spreadsheet.Charts.AxisGroup)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ShowAxis.html#GrapeCity_Spreadsheet_Charts_IChart_ShowAxis_GrapeCity_Spreadsheet_Charts_AxisType_GrapeCity_Spreadsheet_Charts_AxisGroup_">ShowAxis(AxisType, AxisGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the axis specified by <a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisType.html">AxisType</a> and <a class="xref" href="GrapeCity.Spreadsheet.Charts.AxisGroup.html">AxisGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ShowDataTable" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowDataTable">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ShowDataTable.html#GrapeCity_Spreadsheet_Charts_IChart_ShowDataTable">ShowDataTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the data table on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ShowLegend" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowLegend">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ShowLegend.html#GrapeCity_Spreadsheet_Charts_IChart_ShowLegend">ShowLegend()</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the legend on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ShowTitle" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ShowTitle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ShowTitle.html#GrapeCity_Spreadsheet_Charts_IChart_ShowTitle">ShowTitle()</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the title of chart.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_IChart_BeforeRightClick" data-uid="GrapeCity.Spreadsheet.Charts.IChart.BeforeRightClick">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.BeforeRightClick.html">BeforeRightClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the chart is right-clicked, before the default right-click action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ElementSelected" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ElementSelected">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ElementSelected.html">ElementSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a chart element is selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IChart_ElementSelecting" data-uid="GrapeCity.Spreadsheet.Charts.IChart.ElementSelecting">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.ElementSelecting.html">ElementSelecting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a chart element is selected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
