pavan aradhya Report post Posted January 5, 2012 Hi, How to change the font color for numbersuffix in xml for ledgauge chart? Thanks, Pavan Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted January 6, 2012 (edited) Hi, Thanks for the post. I am afraid, FusionWidgets does not support font color for numbersuffix. However you can set color for tick marks and values. For more information on "Gauge Configurations" visit the link: http://docs.fusionch...LED_Config.html Hope this helps!! Edited January 6, 2012 by Sashibhusan Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted January 6, 2012 Hi, You can apply different color for the tick values along with number suffix by " using Styles ". Ref. Code: <styles> <definition> <style name='FontStyle1' type='font' color='00610C' /> </definition> <application> <apply toObject='TICKVALUES' styles='FontStyle1' /> </application> </styles> Hope this helps!! Share this post Link to post Share on other sites