Sharmila Report post Posted December 28, 2012 I need to customize the multi series column 2D bar chart same as the attached file. Please specify how to customize this?? Share this post Link to post Share on other sites
Sanjukta Report post Posted December 28, 2012 Hi, I need to customize the multi series column 2D bar chart same as the attached file. Please specify how to customize this?? Please note that the Multi-series Column chart cannot be customized exactly as per your screenshot, however, we have tried to achieve something closer to your requirement using the following font styles. However, please note that except the font color, no other styles attribute is supported in the JavaScript charts. Ex: <styles> <definition> <style name='MyFirstFontStyle' type='font' font='Verdana' size='9' bold='1' color='1F1F1F' bgColor='99E3BB' borderColor='E10000'/> </definition> <application> <apply toObject='DATAVALUES' styles='MyFirstFontStyle' /> </application> </styles> Please check with the attached screenshot for your reference. Hope this helps. Share this post Link to post Share on other sites