# GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder_" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder*">PlotOrder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder_" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder" data-uid="GrapeCity.Spreadsheet.Charts.ISeries.PlotOrder">PlotOrder</h4>
<div class="markdown level1 summary"><p>Gets or sets the plot order for the selected series within the chart group.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int PlotOrder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property PlotOrder As Integer</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_Charts_ISeries_PlotOrder_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can set plot order only within a chart group (you cannot set the plot order for the entire chart if you have more than one chart type).
A chart group is a collection of series with the same chart type.</p>
</div>
</div>
