sbangela Report post Posted March 2, 2010 (edited) I need to show gradient color for the column bars in MSCombi3D. However, it doesn't work. It can only display the first color I set in the color list. Here is my dataset xml: [dataset seriesName='data1' renderAs='Column' color='000000,ffffff'] [set value='3' /] [set value='4' /] [set value='5' /] [set value='6' /] [/dataset] ([] should be replaced.. I use this method since I don't know how to show the code ) From documentation, gradient color for column bar should work. Or do I misunderstand something? http://www.fusioncharts.com/docs/Contents/ChartSS/Combi3D.html#Anchor15 dataset element Attribute Name: color Type: Color Range: Hex Code (Or Comma separated list) Description: This attribute sets the color using which columns, lines, area of that data-set would be drawn. For column chart, you can specify a list of comma separated hex codes to get a gradient plot. Thanks a lot! Edited March 2, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted March 2, 2010 Hi, The "color" attribute of the <dataset> element sets the color using which columns, lines, area of that data-set would be drawn. For column chart, you can specify a list of comma separated hex codes to get a gradient plot. Please try using the "color" attribute in the <dataset> element replacing "[]" with "<>". Hope this helps. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 2, 2010 Hi, I am afraid MSCombi3D chart does not support gradient colors in Data Plots as of now. And we really apologize for the documentation error. Share this post Link to post Share on other sites
sbangela Report post Posted March 2, 2010 Thank you very much for the reply. Hope that this feature can be provided in the next release. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 2, 2010 Hello, Thanks a lot for your suggestion. We have made a note of the same. Share this post Link to post Share on other sites