# C1.WPF.Chart.Interaction.C1AxisScrollbar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Interaction_C1AxisScrollbar" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar" class="text-break">C1AxisScrollbar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a FlexChart range slider control supporting 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"><span class="xref">C1AxisScrollbar</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Interaction.html">C1.WPF.Chart.Interaction</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_Interaction_C1AxisScrollbar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;DecreaseButton&quot;, Type = typeof(RepeatButton))]
[TemplatePart(Name = &quot;IncreaseButton&quot;, Type = typeof(RepeatButton))]
public class C1AxisScrollbar : C1RangeSlider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;DecreaseButton&quot;, Type:=GetType(RepeatButton))&gt;
&lt;TemplatePart(Name:=&quot;IncreaseButton&quot;, Type:=GetType(RepeatButton))&gt;
Public Class C1AxisScrollbar
    Inherits C1RangeSlider</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_WPF_Chart_Interaction_C1AxisScrollbar__ctor" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.#ctor">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.-ctor.html#C1_WPF_Chart_Interaction_C1AxisScrollbar__ctor">C1AxisScrollbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of AxisScrollbar.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Interaction_C1AxisScrollbar_ScrollButtonsVisibleProperty" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.ScrollButtonsVisibleProperty">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.ScrollButtonsVisibleProperty.html">ScrollButtonsVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ScrollButtonVisible dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Interaction_C1AxisScrollbar_SelectedAreaBrushProperty" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.SelectedAreaBrushProperty">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.SelectedAreaBrushProperty.html">SelectedAreaBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SelectedAreaBrush dependency property.</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_WPF_Chart_Interaction_C1AxisScrollbar_ScrollButtonsVisible" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.ScrollButtonsVisible">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.ScrollButtonsVisible.html#C1_WPF_Chart_Interaction_C1AxisScrollbar_ScrollButtonsVisible">ScrollButtonsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the decrease button and increase button is visible or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Interaction_C1AxisScrollbar_SelectedAreaBrush" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.SelectedAreaBrush">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.SelectedAreaBrush.html#C1_WPF_Chart_Interaction_C1AxisScrollbar_SelectedAreaBrush">SelectedAreaBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush of selected area.</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_WPF_Chart_Interaction_C1AxisScrollbar_OnApplyTemplate" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.OnApplyTemplate.html#C1_WPF_Chart_Interaction_C1AxisScrollbar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.html">C1AxisScrollbar</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Interaction_C1AxisScrollbar_OnValueChanged_System_EventArgs_" data-uid="C1.WPF.Chart.Interaction.C1AxisScrollbar.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Chart.Interaction.C1AxisScrollbar.OnValueChanged.html#C1_WPF_Chart_Interaction_C1AxisScrollbar_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
