# C1.Win.Chart.ChartOptions.ClusterSize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_ChartOptions_ClusterSize_" data-uid="C1.Win.Chart.ChartOptions.ClusterSize*">ClusterSize Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_ChartOptions_ClusterSize_" data-uid="C1.Win.Chart.ChartOptions.ClusterSize*"></a>
<h4 id="C1_Win_Chart_ChartOptions_ClusterSize" data-uid="C1.Win.Chart.ChartOptions.ClusterSize">ClusterSize</h4>
<div class="markdown level1 summary"><p>Gets or sets the cluster size for column and bar charts.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
[C1Description(&quot;ChartOptions.ClusterSize&quot;, &quot;Gets or sets the cluster size for column and bar charts.&quot;)]
public ElementSize ClusterSize { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
&lt;C1Description(&quot;ChartOptions.ClusterSize&quot;, &quot;Gets or sets the cluster size for column and bar charts.&quot;)&gt;
Public Property ClusterSize As ElementSize</code></pre>
</div>
</div>
