# GrapeCity.Documents.Excel.ISparkline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISparkline" data-uid="GrapeCity.Documents.Excel.ISparkline" class="text-break">ISparkline Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single sparkline.</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_ISparkline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparkline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparkline</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_ISparkline_Location" data-uid="GrapeCity.Documents.Excel.ISparkline.Location">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparkline.Location.html#GrapeCity_Documents_Excel_ISparkline_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of a single sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparkline_SourceData" data-uid="GrapeCity.Documents.Excel.ISparkline.SourceData">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparkline.SourceData.html#GrapeCity_Documents_Excel_ISparkline_SourceData">SourceData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range that contains the source data for a single sparkline.</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_ISparkline_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.ISparkline.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparkline.FromJson.html#GrapeCity_Documents_Excel_ISparkline_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generate the sparkline from the json string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISparkline_ToJson" data-uid="GrapeCity.Documents.Excel.ISparkline.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.ISparkline.ToJson.html#GrapeCity_Documents_Excel_ISparkline_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generate the json string from sparkline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
