# GrapeCity.ActiveReports.Chart.AxisScroll

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_AxisScroll" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll" class="text-break">AxisScroll Class
</h1>
  <div class="markdown level0 summary"><p>Represents the scroll bar on an axis.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.ItemComponent.html">ItemComponent</a></div>
    <div class="level3"><span class="xref">AxisScroll</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</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="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_AxisScroll_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class AxisScroll : ItemComponent, IGraphItem, ICloneable, IGraphXmlSerializable, INamedComponent, 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="GrapeCity_ActiveReports_Chart_AxisScroll__ctor" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.-ctor.html#GrapeCity_ActiveReports_Chart_AxisScroll__ctor">AxisScroll()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the AxisScroll class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.-ctor.html#GrapeCity_ActiveReports_Chart_AxisScroll__ctor_System_String_">AxisScroll(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.-ctor.html#GrapeCity_ActiveReports_Chart_AxisScroll__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">AxisScroll(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_AxisScroll_BackColor" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.BackColor.html#GrapeCity_ActiveReports_Chart_AxisScroll_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>scrollbar background color</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_ButtonColor" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.ButtonColor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.ButtonColor.html#GrapeCity_ActiveReports_Chart_AxisScroll_ButtonColor">ButtonColor</a>
        </td>
        <td class="markdown level1 summary"><p>buttons face color</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_Enabled" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.Enabled">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.Enabled.html#GrapeCity_ActiveReports_Chart_AxisScroll_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.html">AxisScroll</a> is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_Name" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.Name.html#GrapeCity_ActiveReports_Chart_AxisScroll_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_OutlineColor" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.OutlineColor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.OutlineColor.html#GrapeCity_ActiveReports_Chart_AxisScroll_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>scrollbar outline color</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_ScrollLength" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollLength">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollLength.html#GrapeCity_ActiveReports_Chart_AxisScroll_ScrollLength">ScrollLength</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolling area length</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_ScrollPosition" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollPosition">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollPosition.html#GrapeCity_ActiveReports_Chart_AxisScroll_ScrollPosition">ScrollPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolling position within parent axis</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_ScrollStepSize" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollStepSize">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.ScrollStepSize.html#GrapeCity_ActiveReports_Chart_AxisScroll_ScrollStepSize">ScrollStepSize</a>
        </td>
        <td class="markdown level1 summary"><p>Step scrolling size. Step scrolling is occured when user clicks scroll buttons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_Visible" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.Visible.html#GrapeCity_ActiveReports_Chart_AxisScroll_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether scroll is available</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_AxisScroll_Width" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.Width">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.Width.html#GrapeCity_ActiveReports_Chart_AxisScroll_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>scrollbar width in pixels</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="GrapeCity_ActiveReports_Chart_AxisScroll_Clone" data-uid="GrapeCity.ActiveReports.Chart.AxisScroll.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.AxisScroll.Clone.html#GrapeCity_ActiveReports_Chart_AxisScroll_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
