# FarPoint.Web.Spread.LineSparklineRenderer.PaintSparkline

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_LineSparklineRenderer_PaintSparkline_" data-uid="FarPoint.Web.Spread.LineSparklineRenderer.PaintSparkline*">PaintSparkline Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_LineSparklineRenderer_PaintSparkline_" data-uid="FarPoint.Web.Spread.LineSparklineRenderer.PaintSparkline*"></a>
<h4 id="FarPoint_Web_Spread_LineSparklineRenderer_PaintSparkline_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Web_Spread_Sparkline_" data-uid="FarPoint.Web.Spread.LineSparklineRenderer.PaintSparkline(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Web.Spread.Sparkline)">PaintSparkline(Graphics, Rectangle, Sparkline)</h4>
<div class="markdown level1 summary"><p>Paints the sparkline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void PaintSparkline(Graphics g, Rectangle rectangle, Sparkline sparkline)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub PaintSparkline(g As Graphics, rectangle As Rectangle, sparkline As Sparkline)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Graphics</span></td>
      <td><span class="parametername">g</span></td>
      <td><p>The graphics object.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Rectangle</span></td>
      <td><span class="parametername">rectangle</span></td>
      <td><p>The rectangle.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.Sparkline.html">Sparkline</a></td>
      <td><span class="parametername">sparkline</span></td>
      <td><p>The sparkline.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Web.Spread.ExcelBaseSparkLineRenderer.PaintSparkline.html#FarPoint_Web_Spread_ExcelBaseSparkLineRenderer_PaintSparkline_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Web_Spread_Sparkline_">ExcelBaseSparkLineRenderer.PaintSparkline(Graphics, Rectangle, Sparkline)</a></div>
</div>
