Sign in to follow this  
pavan aradhya

Color For Numbersuffix Font

Recommended Posts

Guest Sashibhusan

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 by Sashibhusan

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this