Brian Maring

Convert integers to string using recursive number formatting

Recommended Posts

Hi,

 

 

 

Would it be possible to use recursive number formatting or another advanced number formatting technique to convert integer values along a horizontal gauge? I have an explicit formula for calculating the string from the integer.

 

 

 

Thanks,

 

Brian

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Brian,

FusionCharts accepts static XML at a given frame of time. The XML can be generated dynamically, but when passing the XML to the SWF file, it need to be in static form.

Thereby, you can use any type of 'number formatting technique', as long as you ensure that  the above is true.

I hope this helps. :Wow:

Share this post


Link to post
Share on other sites

But is there a number formatting technique that can turn a number into a string of my choosing?

 

 

 

How about something like:

 

 

 

VALUE < 100 Pointer Value displays "Small"

 

VALUE >= 100 Pointer Value displays "Big"

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.