<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Feb 2016 15:46:00 Z</lastBuildDate><pubDate>11 Feb 2016 15:46:00 Z</pubDate><description>Hi&#13;
&#13;
How would I pass the data to a chart for a Column stacked type. Let's say there are 4 series and each series can have 1 or more values that must be stacked.&#13;
&#13;
I thought this will work:&#13;
&#13;
grCategoryLabel("Chart1", 1 , "ERICUS")&#13;
grAddData("Chart1", 1,1, 10)&#13;
grAddData("Chart1", 1,2, 20)&#13;
grAddData("Chart1", 1,3, 30)&#13;
grCategoryLabel("Chart1", 2 , "ZELDA")&#13;
grAddData("Chart1", 2,1, 5)&#13;
grAddData("Chart1", 2,2, 7)&#13;
grAddData("Chart1", 2,3, 9)&#13;
grCategoryLabel("Chart1", 3 , "ZANTE")&#13;
grAddData("Chart1", 3,1, 0)&#13;
grAddData("Chart1", 3,2, 0)&#13;
grAddData("Chart1", 3,3, 20)&#13;
grCategoryLabel("Chart1", 4 , "IVAN")&#13;
grAddData("Chart1", 4,1,0)&#13;
grAddData("Chart1", 4,2,9)&#13;
grAddData("Chart1", 4,3,0)&#13;
&#13;
But it obviously does not.&#13;
&#13;
Thanks in advance.&#13;
&#13;
&#13;
Ericus Steyn</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56367-wb19-grcolumnstacked/read.awp</link><title>[WB19]grColumnStacked</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
