# GrapeCity.Spreadsheet.Charts.ISeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_ISeries" data-uid="GrapeCity.Spreadsheet.Charts.ISeries" class="text-break">ISeries Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a series in a chart.</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_ISeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISeries</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISeries</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_ISeries_AxisGroup" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.AxisGroup">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.AxisGroup.html#GrapeCity_Spreadsheet_Charts_ISeries_AxisGroup">AxisGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group for the specified series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_BarShape" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.BarShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.BarShape.html#GrapeCity_Spreadsheet_Charts_ISeries_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_ISeries_BoxWhiskerOptions" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.BoxWhiskerOptions">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.BoxWhiskerOptions.html#GrapeCity_Spreadsheet_Charts_ISeries_BoxWhiskerOptions">BoxWhiskerOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IBoxWhiskerOptions.html">IBoxWhiskerOptions</a> object that represents the properties of a box and whisker chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizes" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizes">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizes.html#GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizes">BubbleSizes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> array that refers to the worksheet cells containing the size data for the bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizesFormula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizesFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizesFormula.html#GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizesFormula">BubbleSizesFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for bubble sizes, using A1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizesFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizesFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.BubbleSizesFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_BubbleSizesFormulaR1C1">BubbleSizesFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for bubble sizes, using R1C1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ChartType" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ChartType">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ChartType.html#GrapeCity_Spreadsheet_Charts_ISeries_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_DataLabels" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.DataLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.DataLabels.html#GrapeCity_Spreadsheet_Charts_ISeries_DataLabels">DataLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents either a single data label (a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.html">IDataLabel</a> object) or a collection of all the data labels for the series (a <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabels.html">IDataLabels</a> collection).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_DataLabelsRangeFormula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.DataLabelsRangeFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.DataLabelsRangeFormula.html#GrapeCity_Spreadsheet_Charts_ISeries_DataLabelsRangeFormula">DataLabelsRangeFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the data labels range's formula in A1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_DataLabelsRangeFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.DataLabelsRangeFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.DataLabelsRangeFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_DataLabelsRangeFormulaR1C1">DataLabelsRangeFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the data labels range's formula in R1C1-style notation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Effect3D" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Effect3D">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Effect3D.html#GrapeCity_Spreadsheet_Charts_ISeries_Effect3D">Effect3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series has a three-dimensional appearance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ErrorBars" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ErrorBars">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ErrorBars.html#GrapeCity_Spreadsheet_Charts_ISeries_ErrorBars">ErrorBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IErrorBars.html">IErrorBars</a> object that represents the error bars for the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Explosion" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Explosion">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Explosion.html#GrapeCity_Spreadsheet_Charts_ISeries_Explosion">Explosion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the explosion value for a pie-chart or doughnut-chart slice.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Format" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Format.html#GrapeCity_Spreadsheet_Charts_ISeries_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Formula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Formula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Formula.html#GrapeCity_Spreadsheet_Charts_ISeries_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the object's formula in A1-style notation</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_FormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.FormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.FormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_FormulaR1C1">FormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that represents the object's formula in R1C1-style notation</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_InvertColor" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.InvertColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.InvertColor.html#GrapeCity_Spreadsheet_Charts_ISeries_InvertColor">InvertColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill color for negative data points in a series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_InvertColorIndex" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.InvertColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.InvertColorIndex.html#GrapeCity_Spreadsheet_Charts_ISeries_InvertColorIndex">InvertColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the fill color for negative data points in a series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_InvertIfNegative" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.InvertIfNegative">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.InvertIfNegative.html#GrapeCity_Spreadsheet_Charts_ISeries_InvertIfNegative">InvertIfNegative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_LeaderLines" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.LeaderLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.LeaderLines.html#GrapeCity_Spreadsheet_Charts_ISeries_LeaderLines">LeaderLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.ILeaderLines.html">ILeaderLines</a> object that represents the leader lines for the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerBackgroundColor" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerBackgroundColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerBackgroundColor.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerBackgroundColor">MarkerBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the marker background color as an RGB value or returns the corresponding color index value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerBackgroundColorIndex" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerBackgroundColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerBackgroundColorIndex.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerBackgroundColorIndex">MarkerBackgroundColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the marker background color as an index into the current color palette, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerForegroundColor" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerForegroundColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerForegroundColor.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerForegroundColor">MarkerForegroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the marker foreground color as an RGB value or returns the corresponding color index value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerForegroundColorIndex" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerForegroundColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerForegroundColorIndex.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerForegroundColorIndex">MarkerForegroundColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the marker foreground color as an index into the current color palette, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerSize" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerSize.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerSize">MarkerSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data-marker size, in points. Can be a value from 2 through 72.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_MarkerStyle" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.MarkerStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.MarkerStyle.html#GrapeCity_Spreadsheet_Charts_ISeries_MarkerStyle">MarkerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Name" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Name.html#GrapeCity_Spreadsheet_Charts_ISeries_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value representing the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_NameFormula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.NameFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.NameFormula.html#GrapeCity_Spreadsheet_Charts_ISeries_NameFormula">NameFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for name, using A1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_NameFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.NameFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.NameFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_NameFormulaR1C1">NameFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for name, using R1C1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder.html#GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder">PlotOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot order for the selected series within the chart group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Points" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Points">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Points.html#GrapeCity_Spreadsheet_Charts_ISeries_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a single point (an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.html">IPoint</a> object) or a collection of all the points (an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoints.html">IPoints</a> collection) in the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ShowConnectorLines" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ShowConnectorLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ShowConnectorLines.html#GrapeCity_Spreadsheet_Charts_ISeries_ShowConnectorLines">ShowConnectorLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether connector lines are shown in waterfall charts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ShowDataLabels" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ShowDataLabels">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ShowDataLabels.html#GrapeCity_Spreadsheet_Charts_ISeries_ShowDataLabels">ShowDataLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series has data labels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ShowErrorBars" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ShowErrorBars">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ShowErrorBars.html#GrapeCity_Spreadsheet_Charts_ISeries_ShowErrorBars">ShowErrorBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series has error bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ShowLeaderLines" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ShowLeaderLines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ShowLeaderLines.html#GrapeCity_Spreadsheet_Charts_ISeries_ShowLeaderLines">ShowLeaderLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series has leader lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Smooth" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Smooth">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Smooth.html#GrapeCity_Spreadsheet_Charts_ISeries_Smooth">Smooth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether curve smoothing is turned on for the line chart or scatter chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Trendlines" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Trendlines">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Trendlines.html#GrapeCity_Spreadsheet_Charts_ISeries_Trendlines">Trendlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an object that represents a single trendline or a collection of all the trendlines for the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Values" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Values">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Values.html#GrapeCity_Spreadsheet_Charts_ISeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> array that represents a collection of all the values in the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ValuesFormula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ValuesFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ValuesFormula.html#GrapeCity_Spreadsheet_Charts_ISeries_ValuesFormula">ValuesFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for values, using A1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ValuesFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ValuesFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ValuesFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_ValuesFormulaR1C1">ValuesFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for values, using R1C1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Visible" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Visible.html#GrapeCity_Spreadsheet_Charts_ISeries_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value that determines whether the series is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_XValues" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.XValues">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.XValues.html#GrapeCity_Spreadsheet_Charts_ISeries_XValues">XValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an array of x values for a chart series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_XValuesFormula" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.XValuesFormula">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.XValuesFormula.html#GrapeCity_Spreadsheet_Charts_ISeries_XValuesFormula">XValuesFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for x values, using A1-notation formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_XValuesFormulaR1C1" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.XValuesFormulaR1C1">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.XValuesFormulaR1C1.html#GrapeCity_Spreadsheet_Charts_ISeries_XValuesFormulaR1C1">XValuesFormulaR1C1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range, which contains the source data for x values, using R1C1-notation formula.</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_ISeries_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ApplyDataLabels(GrapeCity.Spreadsheet.Charts.DataLabelVisibilities,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ApplyDataLabels.html#GrapeCity_Spreadsheet_Charts_ISeries_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_">ApplyDataLabels(DataLabelVisibilities, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies data labels to a series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ClearFormats" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ClearFormats">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ClearFormats.html#GrapeCity_Spreadsheet_Charts_ISeries_ClearFormats">ClearFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the formatting of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_Delete" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.Delete.html#GrapeCity_Spreadsheet_Charts_ISeries_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ISeries_ErrorBar_GrapeCity_Spreadsheet_Charts_ErrorBarDirection_GrapeCity_Spreadsheet_Charts_ErrorBarInclude_GrapeCity_Spreadsheet_Charts_ErrorBarType_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.ErrorBar(GrapeCity.Spreadsheet.Charts.ErrorBarDirection,GrapeCity.Spreadsheet.Charts.ErrorBarInclude,GrapeCity.Spreadsheet.Charts.ErrorBarType,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ISeries.ErrorBar.html#GrapeCity_Spreadsheet_Charts_ISeries_ErrorBar_GrapeCity_Spreadsheet_Charts_ErrorBarDirection_GrapeCity_Spreadsheet_Charts_ErrorBarInclude_GrapeCity_Spreadsheet_Charts_ErrorBarType_System_Double_System_Double_">ErrorBar(ErrorBarDirection, ErrorBarInclude, ErrorBarType, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies error bars to the series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
