# FarPoint.Web.Spread.ISparklineContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ISparklineContainer" data-uid="FarPoint.Web.Spread.ISparklineContainer" class="text-break">ISparklineContainer Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents a sparkline.</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_ISparklineContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparklineContainer : ICollection&lt;ISparklineGroup&gt;, IEnumerable&lt;ISparklineGroup&gt;, IEnumerable, ISerializeSupport, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparklineContainer
    Inherits ICollection(Of ISparklineGroup), IEnumerable(Of ISparklineGroup), IEnumerable, ISerializeSupport, ISerializable</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_ISparklineContainer_IsEmpty" data-uid="FarPoint.Web.Spread.ISparklineContainer.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.IsEmpty.html#FarPoint_Web_Spread_ISparklineContainer_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this instance is empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineContainer_Item_System_Int32_" data-uid="FarPoint.Web.Spread.ISparklineContainer.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.Item.html#FarPoint_Web_Spread_ISparklineContainer_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Web.Spread.ISparklineGroup.html">ISparklineGroup</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineContainer_Owner" data-uid="FarPoint.Web.Spread.ISparklineContainer.Owner">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.Owner.html#FarPoint_Web_Spread_ISparklineContainer_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Owner of this container.</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_ISparklineContainer_AddSparklineToGroup_FarPoint_Web_Spread_ISparkline_FarPoint_Web_Spread_ISparklineGroup_" data-uid="FarPoint.Web.Spread.ISparklineContainer.AddSparklineToGroup(FarPoint.Web.Spread.ISparkline,FarPoint.Web.Spread.ISparklineGroup)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.AddSparklineToGroup.html#FarPoint_Web_Spread_ISparklineContainer_AddSparklineToGroup_FarPoint_Web_Spread_ISparkline_FarPoint_Web_Spread_ISparklineGroup_">AddSparklineToGroup(ISparkline, ISparklineGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the sparkline to the existing group.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineContainer_GetSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.ISparklineContainer.GetSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.GetSparkline.html#FarPoint_Web_Spread_ISparklineContainer_GetSparkline_System_Int32_System_Int32_">GetSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sparkline information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineContainer_GetSparkline_System_Int32_System_Int32_FarPoint_Web_Spread_ISparklineGroup__FarPoint_Web_Spread_ISparkline__" data-uid="FarPoint.Web.Spread.ISparklineContainer.GetSparkline(System.Int32,System.Int32,FarPoint.Web.Spread.ISparklineGroup@,FarPoint.Web.Spread.ISparkline@)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.GetSparkline.html#FarPoint_Web_Spread_ISparklineContainer_GetSparkline_System_Int32_System_Int32_FarPoint_Web_Spread_ISparklineGroup__FarPoint_Web_Spread_ISparkline__">GetSparkline(int, int, out ISparklineGroup, out ISparkline)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sparkline in the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparklineContainer_RemoveSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.ISparklineContainer.RemoveSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.RemoveSparkline.html#FarPoint_Web_Spread_ISparklineContainer_RemoveSparkline_System_Int32_System_Int32_">RemoveSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the sparkline.</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_ISparklineContainer_Changed" data-uid="FarPoint.Web.Spread.ISparklineContainer.Changed">
          <a class="xref" href="FarPoint.Web.Spread.ISparklineContainer.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the sparkline group or sparkline has been changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
