andresf Report post Posted January 28, 2009 Hi team, I want to plot a single set of values with different colors but having the capability to do scroll!. I find a solutions, I don Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 29, 2009 (edited) Hi, You could add color attribute in all <set.../> element, which will make each column in different color. Example: <chart.....> <categories> ..... ...... </categories> <dataset> <set color='{color code}' value.... /> <set color='{color code}' value.... /> <set color='{color code}' value.... /> <set color='{color code}' value.... /> ... .... ... </dataset> </chart> Edited January 29, 2009 by Guest Share this post Link to post Share on other sites
andresf Report post Posted January 29, 2009 Thank you Team!. it works Share this post Link to post Share on other sites