# C1.Xamarin.Forms.Gauge.C1Gauge.ShowRanges

## Content

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



<h1 id="C1_Xamarin_Forms_Gauge_C1Gauge_ShowRanges_" data-uid="C1.Xamarin.Forms.Gauge.C1Gauge.ShowRanges*">ShowRanges Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Xamarin_Forms_Gauge_C1Gauge_ShowRanges_" data-uid="C1.Xamarin.Forms.Gauge.C1Gauge.ShowRanges*"></a>
<h4 id="C1_Xamarin_Forms_Gauge_C1Gauge_ShowRanges" data-uid="C1.Xamarin.Forms.Gauge.C1Gauge.ShowRanges">ShowRanges</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the gauge should display the ranges contained in the ranges property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowRanges { get; set; }</code></pre>
</div>
<h5 id="C1_Xamarin_Forms_Gauge_C1Gauge_ShowRanges_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If this property is set to false, the ranges contained in the ranges property are not displayed in the gauge. Instead, they are used to interpolate the color of the pointer range while animating value changes.</p>
</div>
</div>
