# C1.Win.FlexReport.Chart.ChartBar.MixedStacking

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartBar_MixedStacking_" data-uid="C1.Win.FlexReport.Chart.ChartBar.MixedStacking*">MixedStacking Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartBar_MixedStacking_" data-uid="C1.Win.FlexReport.Chart.ChartBar.MixedStacking*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartBar_MixedStacking" data-uid="C1.Win.FlexReport.Chart.ChartBar.MixedStacking">MixedStacking</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.</p>
<p>If True, postive values are stacked above the origin and negative values are stacked below the origin.</p>
<p>If False, values are stacked by simple addition of values in series order.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool MixedStacking { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MixedStacking As Boolean</code></pre>
</div>
</div>
