naveen.gupta Report post Posted August 24, 2011 How Can i apply font style on trendline? Share this post Link to post Share on other sites
Swarnam Report post Posted August 24, 2011 Hey Naveen, Welcome to FusionCharts forum, To apply a font style to the trend values, please refer to following code snippet: <styles> <definition> <style name='MyFirstFontStyle' type='font' font='Verdana' size='12' color='FF0000' bold='1' italic='1' underline='1' /> </definition> <application> <apply toObject='TRENDVALUES' styles='MyFirstFontStyle' /> </application> </styles> I hope this helps How Can i apply font style on trendline? Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 24, 2011 Hi, Thanks for your post. I am afraid, FusionCharts does not support applying font style on trendline, at this time. You can apply the same on TRENDVALUES i.e display values of the trendline. For more details, please visit the links below: http://www.fusioncharts.com/docs/?Styles/Styles.html http://www.fusioncharts.com/docs/?Styles/HowToUse.html http://www.fusioncharts.com/docs/?Styles/Font.html Hope this helps. Share this post Link to post Share on other sites