# C1.Web.Mvc.Gauge.TickSpacing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Gauge_TickSpacing_" data-uid="C1.Web.Mvc.Gauge.TickSpacing*">TickSpacing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Gauge_TickSpacing_" data-uid="C1.Web.Mvc.Gauge.TickSpacing*"></a>
<h4 id="C1_Web_Mvc_Gauge_TickSpacing" data-uid="C1.Web.Mvc.Gauge.TickSpacing">TickSpacing</h4>
<div class="markdown level1 summary"><p>Gets or sets the spacing between tickmarks.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double? TickSpacing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TickSpacing As Double?</code></pre>
</div>
<h5 id="C1_Web_Mvc_Gauge_TickSpacing_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Set the ShowTicks property to true if you want the gauge to show tickmarks along its face. By default, the interval between tickmarks is defined by the Step property.  Use the TickSpacing property to override the default and use a spacing that is different from the Step value. Set the TickSpacing property to null to revert to the default behavior.</p>
</div>
</div>
