# C1.Win.C1Chart.AxisScrollEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AxisScrollEventArgs" data-uid="C1.Win.C1Chart.AxisScrollEventArgs" class="text-break">AxisScrollEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for AxisScrollEvent which fires whenever the built in axis scrollbar changes value.</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">AxisScrollEventArgs</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_AxisScrollEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AxisScrollEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AxisScrollEventArgs</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_C1Chart_AxisScrollEventArgs__ctor_C1_Win_C1Chart_AxisIdEnum_" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.#ctor(C1.Win.C1Chart.AxisIdEnum)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.-ctor.html#C1_Win_C1Chart_AxisScrollEventArgs__ctor_C1_Win_C1Chart_AxisIdEnum_">AxisScrollEventArgs(AxisIdEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.html">AxisScrollEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollEventArgs__ctor_C1_Win_C1Chart_AxisIdEnum_System_Windows_Forms_ScrollEventType_System_Double_System_Double_System_Windows_Forms_ScrollOrientation_" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.#ctor(C1.Win.C1Chart.AxisIdEnum,System.Windows.Forms.ScrollEventType,System.Double,System.Double,System.Windows.Forms.ScrollOrientation)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.-ctor.html#C1_Win_C1Chart_AxisScrollEventArgs__ctor_C1_Win_C1Chart_AxisIdEnum_System_Windows_Forms_ScrollEventType_System_Double_System_Double_System_Windows_Forms_ScrollOrientation_">AxisScrollEventArgs(AxisIdEnum, ScrollEventType, double, double, ScrollOrientation)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.html">AxisScrollEventArgs</a> class.</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_C1Chart_AxisScrollEventArgs_AxisId" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.AxisId">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.AxisId.html#C1_Win_C1Chart_AxisScrollEventArgs_AxisId">AxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value identifying the axis that is scrolled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollEventArgs_NewValue" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.NewValue">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.NewValue.html#C1_Win_C1Chart_AxisScrollEventArgs_NewValue">NewValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the axis scrollbar as it will be after event completion.
The axis scrollbar value indicates the fraction between the minimum and maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollEventArgs_OldValue" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.OldValue">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.OldValue.html#C1_Win_C1Chart_AxisScrollEventArgs_OldValue">OldValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the axis scrollbar before the event.  The axis
scrollbar value indicates the fraction between the minimum and maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollEventArgs_ScrollEventType" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.ScrollEventType">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.ScrollEventType.html#C1_Win_C1Chart_AxisScrollEventArgs_ScrollEventType">ScrollEventType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the type of scroll event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollEventArgs_ScrollOrientation" data-uid="C1.Win.C1Chart.AxisScrollEventArgs.ScrollOrientation">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollEventArgs.ScrollOrientation.html#C1_Win_C1Chart_AxisScrollEventArgs_ScrollOrientation">ScrollOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the orientation of the axis scrollbar.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
