nomori Report post Posted December 6, 2010 Can the font of CAPTION be partially changed? (For instance, in the following codes.) <chart caption='Sales<font color="#ff0000">Jan </font> ' /> ... <styles> <definition> <style name='CaptionValueStyle' type='font' isHTML='1' size='12' /> </definition> <application> <apply toObject='CAPTION' styles='CaptionValueStyle' /> </application> </styles> </chart> Share this post Link to post Share on other sites
Guest Rajroop Report post Posted December 6, 2010 Hi there, Sure - Why not? Do check the attached image file and see what happens when use the code as below: <style name='CaptionValueStyle' type='font' isHTML='1' size='50' /> I hope this helps. Share this post Link to post Share on other sites
nomori Report post Posted December 7, 2010 thanks for your help. It knows it. However, my wanting to change is at a part of the character string. Does the method exist? For instance, to the following Monthly Revenue(2010) Hi there, Sure - Why not? Do check the attached image file and see what happens when use the code as below: <style name='CaptionValueStyle' type='font' isHTML='1' size='50' /> I hope this helps. Share this post Link to post Share on other sites
Sanjukta Report post Posted December 7, 2010 Hi, I am afraid, this is not possible with FusionCharts using Styles, as of now. Share this post Link to post Share on other sites