# GrapeCity.Documents.Excel.ISparklineGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISparklineGroup" data-uid="GrapeCity.Documents.Excel.ISparklineGroup" class="text-break">ISparklineGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a group of sparklines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ISparklineGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparklineGroup : IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparklineGroup
    Inherits IEnumerable</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_ISparklineGroup_Axes" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Axes">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Axes.html#GrapeCity_Documents_Excel_ISparklineGroup_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated <a class="xref" href="GrapeCity.Documents.Excel.ISparkAxes.html">ISparkAxes</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_Count" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Count">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Count.html#GrapeCity_Documents_Excel_ISparklineGroup_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of sparklines in the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_DateRange" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.DateRange">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.DateRange.html#GrapeCity_Documents_Excel_ISparklineGroup_DateRange">DateRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date range for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_DisplayBlanksAs" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.DisplayBlanksAs">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.DisplayBlanksAs.html#GrapeCity_Documents_Excel_ISparklineGroup_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_Documents_Excel_ISparklineGroup_DisplayHidden" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.DisplayHidden">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.DisplayHidden.html#GrapeCity_Documents_Excel_ISparklineGroup_DisplayHidden">DisplayHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether hidden cells are plotted in the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_Item_System_Int32_" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Item.html#GrapeCity_Documents_Excel_ISparklineGroup_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.ISparkline.html">ISparkline</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_LineWeight" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.LineWeight">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.LineWeight.html#GrapeCity_Documents_Excel_ISparklineGroup_LineWeight">LineWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the sparklines in the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_Location" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Location">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Location.html#GrapeCity_Documents_Excel_ISparklineGroup_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the location of the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_PlotBy" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.PlotBy">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.PlotBy.html#GrapeCity_Documents_Excel_ISparklineGroup_PlotBy">PlotBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to plot the sparkline when the data on which it is based is in a square-shaped range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_Points" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Points">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Points.html#GrapeCity_Documents_Excel_ISparklineGroup_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_SeriesColor" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.SeriesColor">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.SeriesColor.html#GrapeCity_Documents_Excel_ISparklineGroup_SeriesColor">SeriesColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.IFormatColor.html">IFormatColor</a> object that represents the main series color for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_SourceData" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.SourceData">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.SourceData.html#GrapeCity_Documents_Excel_ISparklineGroup_SourceData">SourceData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range that contains the source data for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_Type" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Type.html#GrapeCity_Documents_Excel_ISparklineGroup_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of sparkline for the group.</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_ISparklineGroup_Delete" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.Delete.html#GrapeCity_Documents_Excel_ISparklineGroup_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.FromJson.html#GrapeCity_Documents_Excel_ISparklineGroup_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generate sparkline group from json string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparklineGroup_ToJson" data-uid="GrapeCity.Documents.Excel.ISparklineGroup.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparklineGroup.ToJson.html#GrapeCity_Documents_Excel_ISparklineGroup_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generate json string from sparkline group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
