# C1.Win.Chart.Interaction.AxisScrollbar.SmallChange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_Interaction_AxisScrollbar_SmallChange_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.SmallChange*">SmallChange Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_Interaction_AxisScrollbar_SmallChange_" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.SmallChange*"></a>
<h4 id="C1_Win_Chart_Interaction_AxisScrollbar_SmallChange" data-uid="C1.Win.Chart.Interaction.AxisScrollbar.SmallChange">SmallChange</h4>
<div class="markdown level1 summary"><p>Gets or sets the value to be added to or subtracted from
the LowerValue or UpperValue properties when the lower
value thumb or upper value thumb is moved a small distance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;Interaction.AxisScrollbar.SmallChange&quot;, &quot;Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.&quot;)]
public double SmallChange { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Interaction.AxisScrollbar.SmallChange&quot;, &quot;Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.&quot;)&gt;
Public Property SmallChange As Double</code></pre>
</div>
</div>
