# C1.Win.C1Chart.AxisScrollBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AxisScrollBar" data-uid="C1.Win.C1Chart.AxisScrollBar" class="text-break">AxisScrollBar Class
</h1>
  <div class="markdown level0 summary"><p>Summary description for ScrollBar.</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">AxisScrollBar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_AxisScrollBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class AxisScrollBar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class AxisScrollBar</code></pre>
  </div>
  <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_C1Chart_AxisScrollBar_Alignment" data-uid="C1.Win.C1Chart.AxisScrollBar.Alignment">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Alignment.html#C1_Win_C1Chart_AxisScrollBar_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of scroll bar relative to the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Anchored" data-uid="C1.Win.C1Chart.AxisScrollBar.Anchored">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Anchored.html#C1_Win_C1Chart_AxisScrollBar_Anchored">Anchored</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the scrollbar position remains fixed on the PlotArea boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Appearance" data-uid="C1.Win.C1Chart.AxisScrollBar.Appearance">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Appearance.html#C1_Win_C1Chart_AxisScrollBar_Appearance">Appearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the appearance of the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Buttons" data-uid="C1.Win.C1Chart.AxisScrollBar.Buttons">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Buttons.html#C1_Win_C1Chart_AxisScrollBar_Buttons">Buttons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets buttons of the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Max" data-uid="C1.Win.C1Chart.AxisScrollBar.Max">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Max.html#C1_Win_C1Chart_AxisScrollBar_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the scroll bar position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Min" data-uid="C1.Win.C1Chart.AxisScrollBar.Min">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Min.html#C1_Win_C1Chart_AxisScrollBar_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the scroll bar position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Scale" data-uid="C1.Win.C1Chart.AxisScrollBar.Scale">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Scale.html#C1_Win_C1Chart_AxisScrollBar_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale of the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenu" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenu">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenu.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenu">ScaleMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom context menu that will be shown when user clicks on scale button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItems" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItems">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItems.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItems">ScaleMenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of scale menu items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScrollKeys" data-uid="C1.Win.C1Chart.AxisScrollBar.ScrollKeys">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScrollKeys.html#C1_Win_C1Chart_AxisScrollBar_ScrollKeys">ScrollKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the keys that scroll bar responds to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Size" data-uid="C1.Win.C1Chart.AxisScrollBar.Size">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Size.html#C1_Win_C1Chart_AxisScrollBar_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Step" data-uid="C1.Win.C1Chart.AxisScrollBar.Step">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Step.html#C1_Win_C1Chart_AxisScrollBar_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the step of the scroll bar position changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Value" data-uid="C1.Win.C1Chart.AxisScrollBar.Value">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Value.html#C1_Win_C1Chart_AxisScrollBar_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the current relative position
of the scroll box on the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_Visible" data-uid="C1.Win.C1Chart.AxisScrollBar.Visible">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Visible.html#C1_Win_C1Chart_AxisScrollBar_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scroll bar visibility.</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_C1Chart_AxisScrollBar_Scroll_System_Windows_Forms_ScrollEventType_" data-uid="C1.Win.C1Chart.AxisScrollBar.Scroll(System.Windows.Forms.ScrollEventType)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.Scroll.html#C1_Win_C1Chart_AxisScrollBar_Scroll_System_Windows_Forms_ScrollEventType_">Scroll(ScrollEventType)</a>
        </td>
        <td class="markdown level1 summary"><p>Scroll according to the specified action type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_UpdateHandlers" data-uid="C1.Win.C1Chart.AxisScrollBar.UpdateHandlers">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.UpdateHandlers.html#C1_Win_C1Chart_AxisScrollBar_UpdateHandlers">UpdateHandlers()</a>
        </td>
        <td class="markdown level1 summary"><p>Handle mouse and key event handlers for the scroll bar.</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_C1Chart_AxisScrollBar_AxisScroll" data-uid="C1.Win.C1Chart.AxisScrollBar.AxisScroll">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.AxisScroll.html">AxisScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Fires whenever the scroll position of the axis scrollbar changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
