# GrapeCity.Spreadsheet.ISparklineGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparklineGroup" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISparklineGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparklineGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparklineGroup</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_ISparklineGroup_Axes" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Axes">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Axes.html#GrapeCity_Spreadsheet_ISparklineGroup_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated <a class="xref" href="GrapeCity.Spreadsheet.ISparkAxes.html">ISparkAxes</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_Count" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Count.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparklineGroup_DateRange" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.DateRange">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.DateRange.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparklineGroup_DisplayBlanksAs" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.DisplayBlanksAs">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.DisplayBlanksAs.html#GrapeCity_Spreadsheet_ISparklineGroup_DisplayBlanksAs">DisplayBlanksAs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way that blank cells are plotted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_DisplayHidden" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.DisplayHidden">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.DisplayHidden.html#GrapeCity_Spreadsheet_ISparklineGroup_DisplayHidden">DisplayHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether hidden cells are plotted in the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Item.html#GrapeCity_Spreadsheet_ISparklineGroup_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.html">ISparkline</a> object at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_LineWeight" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.LineWeight">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.LineWeight.html#GrapeCity_Spreadsheet_ISparklineGroup_LineWeight">LineWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the sparklines in the sparkline group, where the line weight is measured in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_Location" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Location">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Location.html#GrapeCity_Spreadsheet_ISparklineGroup_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the location of the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_PlotBy" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.PlotBy">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.PlotBy.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparklineGroup_Points" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Points">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Points.html#GrapeCity_Spreadsheet_ISparklineGroup_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.html">ISparkPoints</a> object for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_SeriesColor" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.SeriesColor">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.SeriesColor.html#GrapeCity_Spreadsheet_ISparklineGroup_SeriesColor">SeriesColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Spreadsheet.Color.html">Color</a> object that represents the main series color for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_SourceData" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.SourceData">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.SourceData.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparklineGroup_Type" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Type.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparklineGroup_Delete" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Delete.html#GrapeCity_Spreadsheet_ISparklineGroup_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_Modify_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.Modify(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.Modify.html#GrapeCity_Spreadsheet_ISparklineGroup_Modify_System_String_System_String_">Modify(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the location and the source data for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_ModifyDateRange_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.ModifyDateRange(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.ModifyDateRange.html#GrapeCity_Spreadsheet_ISparklineGroup_ModifyDateRange_System_String_">ModifyDateRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the date range for the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_ModifyLocation_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.ModifyLocation(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.ModifyLocation.html#GrapeCity_Spreadsheet_ISparklineGroup_ModifyLocation_System_Int32_System_Int32_">ModifyLocation(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Modify the location of the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_ModifyLocation_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.ModifyLocation(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.ModifyLocation.html#GrapeCity_Spreadsheet_ISparklineGroup_ModifyLocation_System_String_">ModifyLocation(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modify the location of the sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparklineGroup_ModifySourceData_System_String_" data-uid="GrapeCity.Spreadsheet.ISparklineGroup.ModifySourceData(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparklineGroup.ModifySourceData.html#GrapeCity_Spreadsheet_ISparklineGroup_ModifySourceData_System_String_">ModifySourceData(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the source data for a sparkline group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
