# GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Range__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.#ctor*">Range Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Range__ctor_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Range__ctor_System_Double_System_Double_GrapeCity_ActiveReports_Rendering_Components_Dashboard_FillStyle_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.#ctor(System.Double,System.Double,GrapeCity.ActiveReports.Rendering.Components.Dashboard.FillStyle)">Range(double, double, FillStyle)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.html">Range</a> class with the specified lower and upper bounds and fill style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Range(double lowValue, double highValue, FillStyle fillStyle)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">lowValue</span></td>
      <td><p>The lower bound of the range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">highValue</span></td>
      <td><p>The upper bound of the range.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.FillStyle.html">FillStyle</a></td>
      <td><span class="parametername">fillStyle</span></td>
      <td><p>The fill style used to draw the range.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
      <td><p>Thrown when <code class="paramref">fillStyle</code> is null.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
