cy163 Report post Posted May 3, 2010 (edited) Hi ALL, I wonder if the font size of Caption attribute of StackedArea2d is configurable and how. Thanks cy163 Edited May 3, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted May 3, 2010 Hi, Yes, it is possible applying <styles>. Could you please try using including this part in the <chart> element to configure the font size of the caption? <styles> <definition> <style name='myCaptionFont' type='font' font='Arial' size='14' color='666666' bold='1' underline='1'/> </definition> <application> <apply toObject='Caption' styles='myCaptionFont' /> </application> </styles> Please refer to the following link for further details: Ref.- http://www.fusioncharts.com/docs/?AttDesc/Titles.html Hope this helps. Share this post Link to post Share on other sites
cy163 Report post Posted May 3, 2010 Santa, Thank you. Your message is very helpful. Felix Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 3, 2010 Hi Felix, We are glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites