# FarPoint.Web.Spread.ISparkline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_ISparkline" data-uid="FarPoint.Web.Spread.ISparkline" class="text-break">ISparkline Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating 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_ISparkline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparkline : IPropertyChangedNotification, ISerializeSupport, ISerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparkline
    Inherits IPropertyChangedNotification, ISerializeSupport, ISerializable, 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_ISparkline_Column" data-uid="FarPoint.Web.Spread.ISparkline.Column">
          <a class="xref" href="FarPoint.Web.Spread.ISparkline.Column.html#FarPoint_Web_Spread_ISparkline_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_ISparkline_Row" data-uid="FarPoint.Web.Spread.ISparkline.Row">
          <a class="xref" href="FarPoint.Web.Spread.ISparkline.Row.html#FarPoint_Web_Spread_ISparkline_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row.</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_ISparkline_GetSparkLineData" data-uid="FarPoint.Web.Spread.ISparkline.GetSparkLineData">
          <a class="xref" href="FarPoint.Web.Spread.ISparkline.GetSparkLineData.html#FarPoint_Web_Spread_ISparkline_GetSparkLineData">GetSparkLineData()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data that the sparkline contains for rendering.</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_ISparkline_Updated" data-uid="FarPoint.Web.Spread.ISparkline.Updated">
          <a class="xref" href="FarPoint.Web.Spread.ISparkline.Updated.html">Updated</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
