# GrapeCity.Spreadsheet.ISparkPoints

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparkPoints" data-uid="GrapeCity.Spreadsheet.ISparkPoints" class="text-break">ISparkPoints Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the settings of the markers for points of data on a 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_ISparkPoints_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparkPoints</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparkPoints</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_ISparkPoints_Firstpoint" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Firstpoint">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Firstpoint.html#GrapeCity_Spreadsheet_ISparkPoints_Firstpoint">Firstpoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of the marker for the first point of data on a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkPoints_Highpoint" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Highpoint">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Highpoint.html#GrapeCity_Spreadsheet_ISparkPoints_Highpoint">Highpoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of the marker for the highest point of data on a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkPoints_Lastpoint" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Lastpoint">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Lastpoint.html#GrapeCity_Spreadsheet_ISparkPoints_Lastpoint">Lastpoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of the marker for the last point of data on a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkPoints_Lowpoint" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Lowpoint">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Lowpoint.html#GrapeCity_Spreadsheet_ISparkPoints_Lowpoint">Lowpoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of the marker for the lowest point of data on a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkPoints_Markers" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Markers">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Markers.html#GrapeCity_Spreadsheet_ISparkPoints_Markers">Markers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of markers for positive points of data on a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkPoints_Negative" data-uid="GrapeCity.Spreadsheet.ISparkPoints.Negative">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkPoints.Negative.html#GrapeCity_Spreadsheet_ISparkPoints_Negative">Negative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.ISparkColor.html">ISparkColor</a> object that represents the color and visibility of markers for negative points of data on a sparkline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
