# C1.Blazor.Chart.Interaction.SliderBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Chart_Interaction_SliderBase" data-uid="C1.Blazor.Chart.Interaction.SliderBase" class="text-break">SliderBase Class
</h1>
  <div class="markdown level0 summary"><p>Generic slider, a base for axis scrollbar and range slider.</p>
</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"><span class="xref">SliderBase</span></div>
      <div class="level2"><a class="xref" href="C1.Blazor.Chart.Interaction.AxisScrollbar.html">AxisScrollbar</a></div>
      <div class="level2"><a class="xref" href="C1.Blazor.Chart.Interaction.RangeSelector.html">RangeSelector</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Chart.Interaction.html">C1.Blazor.Chart.Interaction</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Chart.dll</h6>
  <h5 id="C1_Blazor_Chart_Interaction_SliderBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SliderBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SliderBase</code></pre>
  </div>
  <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_Blazor_Chart_Interaction_SliderBase__ctor" data-uid="C1.Blazor.Chart.Interaction.SliderBase.#ctor">
          <a class="xref" href="C1.Blazor.Chart.Interaction.SliderBase.-ctor.html#C1_Blazor_Chart_Interaction_SliderBase__ctor">SliderBase()</a>
        </td>
        <td class="markdown level1 summary"></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_Blazor_Chart_Interaction_SliderBase_LowerValue" data-uid="C1.Blazor.Chart.Interaction.SliderBase.LowerValue">
          <a class="xref" href="C1.Blazor.Chart.Interaction.SliderBase.LowerValue.html#C1_Blazor_Chart_Interaction_SliderBase_LowerValue">LowerValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the upper value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_SliderBase_UpperValue" data-uid="C1.Blazor.Chart.Interaction.SliderBase.UpperValue">
          <a class="xref" href="C1.Blazor.Chart.Interaction.SliderBase.UpperValue.html#C1_Blazor_Chart_Interaction_SliderBase_UpperValue">UpperValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the upper value.</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="C1_Blazor_Chart_Interaction_SliderBase_RenderSlider_C1_Chart_IRenderEngine_C1_Chart__Rect_System_Boolean_System_String_" data-uid="C1.Blazor.Chart.Interaction.SliderBase.RenderSlider(C1.Chart.IRenderEngine,C1.Chart._Rect,System.Boolean,System.String)">
          <a class="xref" href="C1.Blazor.Chart.Interaction.SliderBase.RenderSlider.html#C1_Blazor_Chart_Interaction_SliderBase_RenderSlider_C1_Chart_IRenderEngine_C1_Chart__Rect_System_Boolean_System_String_">RenderSlider(IRenderEngine, _Rect, bool, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
