# GrapeCity.Spreadsheet.ISparkline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparkline" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_ISparkline_Location" data-uid="GrapeCity.Spreadsheet.ISparkline.Location">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.Location.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparkline_SourceData" data-uid="GrapeCity.Spreadsheet.ISparkline.SourceData">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.SourceData.html#GrapeCity_Spreadsheet_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_Spreadsheet_ISparkline_ModifyLocation_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.ISparkline.ModifyLocation(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.ModifyLocation.html#GrapeCity_Spreadsheet_ISparkline_ModifyLocation_System_Int32_System_Int32_">ModifyLocation(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the location of a single sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkline_ModifyLocation_System_String_" data-uid="GrapeCity.Spreadsheet.ISparkline.ModifyLocation(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.ModifyLocation.html#GrapeCity_Spreadsheet_ISparkline_ModifyLocation_System_String_">ModifyLocation(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the location of a single sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkline_ModifySourceData_System_String_" data-uid="GrapeCity.Spreadsheet.ISparkline.ModifySourceData(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkline.ModifySourceData.html#GrapeCity_Spreadsheet_ISparkline_ModifySourceData_System_String_">ModifySourceData(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the source data for a single sparkline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
