Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It may not be possible to create the exact chart you need using a single Chart.XY element. ExtraGrid Layers don't support multi-series, so you can't currently layer 2 multi-series charts on top of each other. The best option might be to build multiple charts each with it's own multi-series using a Crosstab filter.</p> <p>Here's a quick example of a similar chart to your example produced with 'static' data with the Crosstab filter.</p> <pre><code>&lt;Chart Type="XY" XYChartType="Bar" ChartHeight="300" ChartWidth="500" ChartOrientation="Horizontal" Color="#66C2A5,#FC8D62,#8DA0CB,#E78AC3" ChartLabelColumn="Item" ChartLabelColumnDataType="Text" Transparency="4"&gt; &lt;DataLayer Type="Static" ID="staticDL1"&gt; &lt;StaticDataRow Item="F" BudgetQuarter="Q1" BudgetValue="65" /&gt; &lt;StaticDataRow Item="F" BudgetQuarter="Q2" BudgetValue="55" /&gt; &lt;StaticDataRow Item="F" BudgetQuarter="Q3" BudgetValue="45" /&gt; &lt;StaticDataRow Item="F" BudgetQuarter="Q4" BudgetValue="60" /&gt; &lt;StaticDataRow Item="E" BudgetQuarter="Q1" BudgetValue="45" /&gt; &lt;StaticDataRow Item="E" BudgetQuarter="Q2" BudgetValue="55" /&gt; &lt;StaticDataRow Item="E" BudgetQuarter="Q3" BudgetValue="65" /&gt; &lt;StaticDataRow Item="E" BudgetQuarter="Q4" BudgetValue="70" /&gt; &lt;StaticDataRow Item="A" BudgetQuarter="Q1" BudgetValue="65" /&gt; &lt;StaticDataRow Item="A" BudgetQuarter="Q2" BudgetValue="55" /&gt; &lt;StaticDataRow Item="A" BudgetQuarter="Q3" BudgetValue="45" /&gt; &lt;StaticDataRow Item="A" BudgetQuarter="Q4" BudgetValue="60" /&gt; &lt;StaticDataRow Item="B" BudgetQuarter="Q1" BudgetValue="45" /&gt; &lt;StaticDataRow Item="B" BudgetQuarter="Q2" BudgetValue="55" /&gt; &lt;StaticDataRow Item="B" BudgetQuarter="Q3" BudgetValue="65" /&gt; &lt;StaticDataRow Item="B" BudgetQuarter="Q4" BudgetValue="70" /&gt; &lt;CrosstabFilter CrosstabColumn="BudgetQuarter" CrosstabLabelColumn="Item" CrosstabValueColumn="BudgetValue" CrosstabValueFunction="Sum" /&gt; &lt;/DataLayer&gt; &lt;Legend /&gt; &lt;/Chart&gt; </code></pre> <p>You can build 2 of these charts, one for your Budget and one for Actual. Depending on how the data is structured, you might also be able to use Extra Data Columns/Extra Grid Layers to build a more complex chart.</p> <p>For more details on Crosstab charts, you might want to take a look at the Sample application for static charts:</p> <p><a href="http://devnet.logixml.com/rdPage.aspx?rdReport=Samples" rel="nofollow">http://devnet.logixml.com/rdPage.aspx?rdReport=Samples</a> Specifically, looking at the Crosstab filter :</p> <p><a href="http://devnet.logixml.com/SampleCharts/rdPage.aspx?rdReport=CrosstabFilter" rel="nofollow">http://devnet.logixml.com/SampleCharts/rdPage.aspx?rdReport=CrosstabFilter</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload