# C1.WPF.C1Chart.IAxisScrollBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_IAxisScrollBar" data-uid="C1.WPF.C1Chart.IAxisScrollBar" class="text-break">IAxisScrollBar Interface
</h1>
  <div class="markdown level0 summary"><p>Describes the axis scroll bar.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_IAxisScrollBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAxisScrollBar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAxisScrollBar</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_WPF_C1Chart_IAxisScrollBar_Axis" data-uid="C1.WPF.C1Chart.IAxisScrollBar.Axis">
          <a class="xref" href="C1.WPF.C1Chart.IAxisScrollBar.Axis.html#C1_WPF_C1Chart_IAxisScrollBar_Axis">Axis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis which corresponds to the scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_IAxisScrollBar_ScrollBarMargin" data-uid="C1.WPF.C1Chart.IAxisScrollBar.ScrollBarMargin">
          <a class="xref" href="C1.WPF.C1Chart.IAxisScrollBar.ScrollBarMargin.html#C1_WPF_C1Chart_IAxisScrollBar_ScrollBarMargin">ScrollBarMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scroll bar margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_IAxisScrollBar_ScrollBarPosition" data-uid="C1.WPF.C1Chart.IAxisScrollBar.ScrollBarPosition">
          <a class="xref" href="C1.WPF.C1Chart.IAxisScrollBar.ScrollBarPosition.html#C1_WPF_C1Chart_IAxisScrollBar_ScrollBarPosition">ScrollBarPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scroll bar position.</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_WPF_C1Chart_IAxisScrollBar_AxisRangeChanged" data-uid="C1.WPF.C1Chart.IAxisScrollBar.AxisRangeChanged">
          <a class="xref" href="C1.WPF.C1Chart.IAxisScrollBar.AxisRangeChanged.html">AxisRangeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the axis range is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
