# C1.Win.Chart.BoxWhisker.GapWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_BoxWhisker_GapWidth_" data-uid="C1.Win.Chart.BoxWhisker.GapWidth*">GapWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_BoxWhisker_GapWidth_" data-uid="C1.Win.Chart.BoxWhisker.GapWidth*"></a>
<h4 id="C1_Win_Chart_BoxWhisker_GapWidth" data-uid="C1.Win.Chart.BoxWhisker.GapWidth">GapWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;BoxWhisker.GapWidth&quot;, &quot;Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.&quot;)]
public double GapWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;BoxWhisker.GapWidth&quot;, &quot;Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.&quot;)&gt;
Public Property GapWidth As Double</code></pre>
</div>
<h5 id="C1_Win_Chart_BoxWhisker_GapWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The default value for this property is 0.1. The min value is 0 and max value is 1.</p>
</div>
</div>
