# C1.Web.Mvc.RangeSelector-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_RangeSelector_1" data-uid="C1.Web.Mvc.RangeSelector`1" class="text-break">RangeSelector&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Extender</span></div>
    <div class="level3"><span class="xref">RangeSelector&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_RangeSelector_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RangeSelector&lt;T&gt; : Extender, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RangeSelector(Of T)
    Inherits Extender
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1__ctor_C1_Web_Mvc_FlexChartCore__0__" data-uid="C1.Web.Mvc.RangeSelector`1.#ctor(C1.Web.Mvc.FlexChartCore{`0})">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.-ctor.html#C1_Web_Mvc_RangeSelector_1__ctor_C1_Web_Mvc_FlexChartCore__0__">RangeSelector(FlexChartCore&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.RangeSelector-1.html">RangeSelector&lt;T&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Mvc_RangeSelector_1_IsVisible" data-uid="C1.Web.Mvc.RangeSelector`1.IsVisible">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.IsVisible.html#C1_Web_Mvc_RangeSelector_1_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the range selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_Max" data-uid="C1.Web.Mvc.RangeSelector`1.Max">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.Max.html#C1_Web_Mvc_RangeSelector_1_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_MaxScale" data-uid="C1.Web.Mvc.RangeSelector`1.MaxScale">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.MaxScale.html#C1_Web_Mvc_RangeSelector_1_MaxScale">MaxScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum range scale of the range selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_Min" data-uid="C1.Web.Mvc.RangeSelector`1.Min">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.Min.html#C1_Web_Mvc_RangeSelector_1_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_MinScale" data-uid="C1.Web.Mvc.RangeSelector`1.MinScale">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.MinScale.html#C1_Web_Mvc_RangeSelector_1_MinScale">MinScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum range scale of the range selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_OnClientRangeChanged" data-uid="C1.Web.Mvc.RangeSelector`1.OnClientRangeChanged">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.OnClientRangeChanged.html#C1_Web_Mvc_RangeSelector_1_OnClientRangeChanged">OnClientRangeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the range changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_Orientation" data-uid="C1.Web.Mvc.RangeSelector`1.Orientation">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.Orientation.html#C1_Web_Mvc_RangeSelector_1_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the range selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_RangeSelector_1_Seamless" data-uid="C1.Web.Mvc.RangeSelector`1.Seamless">
          <a class="xref" href="C1.Web.Mvc.RangeSelector-1.Seamless.html#C1_Web_Mvc_RangeSelector_1_Seamless">Seamless</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the minimal and maximal handler will move seamlessly.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
