# C1.Win.Chart.Interaction.RangeSelector

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Interaction_RangeSelector" data-uid="C1.Win.Chart.Interaction.RangeSelector" class="text-break">RangeSelector Class
</h1>
  <div class="markdown level0 summary"><p>The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><span class="xref">C1RangeSlider</span></div>
    <div class="level5"><span class="xref">RangeSelector</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Interaction.html">C1.Win.Chart.Interaction</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Interaction_RangeSelector_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1Description(&quot;Interaction.RangeSlider&quot;, &quot;The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.&quot;)]
public class RangeSelector : C1RangeSlider, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Interaction.RangeSlider&quot;, &quot;The RangeSelector control displays a range selector that allows the user to choose the range of data on the specified FlexChart.&quot;)&gt;
Public Class RangeSelector
    Inherits C1RangeSlider
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_Win_Chart_Interaction_RangeSelector__ctor_C1_Win_Chart_FlexChart_" data-uid="C1.Win.Chart.Interaction.RangeSelector.#ctor(C1.Win.Chart.FlexChart)">
          <a class="xref" href="C1.Win.Chart.Interaction.RangeSelector.-ctor.html#C1_Win_Chart_Interaction_RangeSelector__ctor_C1_Win_Chart_FlexChart_">RangeSelector(FlexChart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of RangeSlider class and attaches it to the specified chart.</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_Win_Chart_Interaction_RangeSelector_IsDx" data-uid="C1.Win.Chart.Interaction.RangeSelector.IsDx">
          <a class="xref" href="C1.Win.Chart.Interaction.RangeSelector.IsDx.html#C1_Win_Chart_Interaction_RangeSelector_IsDx">IsDx</a>
        </td>
        <td class="markdown level1 summary"><p>Special handling for DirectX chart.</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_Win_Chart_Interaction_RangeSelector_Dispose_System_Boolean_" data-uid="C1.Win.Chart.Interaction.RangeSelector.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Chart.Interaction.RangeSelector.Dispose.html#C1_Win_Chart_Interaction_RangeSelector_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_RangeSelector_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Chart.Interaction.RangeSelector.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.Interaction.RangeSelector.OnValueChanged.html#C1_Win_Chart_Interaction_RangeSelector_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when values change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_RangeSelector_Remove" data-uid="C1.Win.Chart.Interaction.RangeSelector.Remove">
          <a class="xref" href="C1.Win.Chart.Interaction.RangeSelector.Remove.html#C1_Win_Chart_Interaction_RangeSelector_Remove">Remove()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes itself from parent control</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
