# C1.Win.C1Chart.ChartGroups.ReversedDraw

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_ChartGroups_ReversedDraw_" data-uid="C1.Win.C1Chart.ChartGroups.ReversedDraw*">ReversedDraw Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_ChartGroups_ReversedDraw_" data-uid="C1.Win.C1Chart.ChartGroups.ReversedDraw*"></a>
<h4 id="C1_Win_C1Chart_ChartGroups_ReversedDraw" data-uid="C1.Win.C1Chart.ChartGroups.ReversedDraw">ReversedDraw</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ReversedDraw { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ReversedDraw As Boolean</code></pre>
</div>
<h5 id="C1_Win_C1Chart_ChartGroups_ReversedDraw_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>ChartGroups are normally drawn in descending order in which they appear in the ChartGroupsCollection.
If ReversedDraw is true, then the ChartGroups are drawn in ascending order in which they appear in the
ChartGroupsCollection.</p>
</div>
</div>
