# FarPoint.Web.Spread.ISparklineGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ISparklineGroup" data-uid="FarPoint.Web.Spread.ISparklineGroup" class="text-break">ISparklineGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a group of sparklines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_ISparklineGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparklineGroup : ICollection&lt;ISparkline&gt;, IEnumerable&lt;ISparkline&gt;, IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparklineGroup
    Inherits ICollection(Of ISparkline), IEnumerable(Of ISparkline), IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneable</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="FarPoint_Web_Spread_ISparklineGroup_Item_System_Int32_" data-uid="FarPoint.Web.Spread.ISparklineGroup.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.Item.html#FarPoint_Web_Spread_ISparklineGroup_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Web.Spread.ISparkline.html">ISparkline</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineGroup_Renderer" data-uid="FarPoint.Web.Spread.ISparklineGroup.Renderer">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.Renderer.html#FarPoint_Web_Spread_ISparklineGroup_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the renderer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineGroup_Setting" data-uid="FarPoint.Web.Spread.ISparklineGroup.Setting">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.Setting.html#FarPoint_Web_Spread_ISparklineGroup_Setting">Setting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the setting.</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="FarPoint_Web_Spread_ISparklineGroup_CloneSetting" data-uid="FarPoint.Web.Spread.ISparklineGroup.CloneSetting">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.CloneSetting.html#FarPoint_Web_Spread_ISparklineGroup_CloneSetting">CloneSetting()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones a new sparkline group that copies the setting of the current sparkline group.</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="FarPoint_Web_Spread_ISparklineGroup_ClearItems" data-uid="FarPoint.Web.Spread.ISparklineGroup.ClearItems">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.ClearItems.html">ClearItems</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when all items are clear.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineGroup_Updated" data-uid="FarPoint.Web.Spread.ISparklineGroup.Updated">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
