# C1.Win.Chart.Interaction.AxisScrollbar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Interaction_AxisScrollbar" data-uid="C1.Win.Chart.Interaction.AxisScrollbar" class="text-break">AxisScrollbar Class
</h1>
  <div class="markdown level0 summary"><p>Represents an axis scrollbar for FlexChart control with additional visual styles.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">AxisScrollbar</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</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_AxisScrollbar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1Description(&quot;Interaction.AxisScrollbar&quot;, &quot;Represents an axis scrollbar for FlexChart control with additional visual styles.&quot;)]
public class AxisScrollbar : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Interaction.AxisScrollbar&quot;, &quot;Represents an axis scrollbar for FlexChart control with additional visual styles.&quot;)&gt;
Public Class AxisScrollbar
    Inherits UserControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</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_AxisScrollbar__ctor_C1_Win_Chart_Axis_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.#ctor(C1.Win.Chart.Axis)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.-ctor.html#C1_Win_Chart_Interaction_AxisScrollbar__ctor_C1_Win_Chart_Axis_">AxisScrollbar(Axis)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of AxisScrollbar class and attaches it to the specified axis.</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_AxisScrollbar_LowerValue" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.LowerValue">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.LowerValue.html#C1_Win_Chart_Interaction_AxisScrollbar_LowerValue">LowerValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current lower magnitude of the range control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_Maximum" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Maximum">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Maximum.html#C1_Win_Chart_Interaction_AxisScrollbar_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_Minimum" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Minimum">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Minimum.html#C1_Win_Chart_Interaction_AxisScrollbar_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum possible value of the range element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_Orientation" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Orientation">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Orientation.html#C1_Win_Chart_Interaction_AxisScrollbar_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_Position" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Position">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Position.html#C1_Win_Chart_Interaction_AxisScrollbar_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_ScrollButtonsVisible" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.ScrollButtonsVisible">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.ScrollButtonsVisible.html#C1_Win_Chart_Interaction_AxisScrollbar_ScrollButtonsVisible">ScrollButtonsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether scroll buttons should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_SmallChange" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.SmallChange">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.SmallChange.html#C1_Win_Chart_Interaction_AxisScrollbar_SmallChange">SmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be added to or subtracted from
the LowerValue or UpperValue properties when the lower
value thumb or upper value thumb is moved a small distance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_UpperValue" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.UpperValue">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.UpperValue.html#C1_Win_Chart_Interaction_AxisScrollbar_UpperValue">UpperValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current upper magnitude of the range control.</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_AxisScrollbar_Dispose_System_Boolean_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Dispose.html#C1_Win_Chart_Interaction_AxisScrollbar_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_AxisScrollbar_OnOrientationChanged_System_EventArgs_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.OnOrientationChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.OnOrientationChanged.html#C1_Win_Chart_Interaction_AxisScrollbar_OnOrientationChanged_System_EventArgs_">OnOrientationChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_OnSizeChanged_System_EventArgs_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.OnSizeChanged.html#C1_Win_Chart_Interaction_AxisScrollbar_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.OnValueChanged.html#C1_Win_Chart_Interaction_AxisScrollbar_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.OnVisibleChanged.html#C1_Win_Chart_Interaction_AxisScrollbar_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_Remove" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.Remove">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Remove.html#C1_Win_Chart_Interaction_AxisScrollbar_Remove">Remove()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes itself from parent control</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_AxisScrollbar_OrientationChanged" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.OrientationChanged">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.OrientationChanged.html">OrientationChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.Orientation.html#C1_Win_Chart_Interaction_AxisScrollbar_Orientation">Orientation</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_AxisScrollbar_ValueChanged" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.ValueChanged">
          <a class="xref" href="C1.Win.Chart.Interaction.AxisScrollbar.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when any of the properties: LowerValue or UpperValue changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
