mschlies Report post Posted March 9, 2010 I am using the angular gauge and I was wondering if there is any way to bold the text of a trendpoint. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 9, 2010 Hello, You can apply the STYLES functionality of our charts to do this. Please refer to the code below: <styles> <definition> <style name='MyFirstFontStyle' type='font' bold='1' /> </definition> <application> <apply toObject='TRENDVALUES' styles='MyFirstFontStyle' /> </application> Please refer to the following link for detailed information on this: http://www.fusioncharts.com/widgets/docs/Contents/Ang_Style.html I hope this helps you. Share this post Link to post Share on other sites