From: Luis G. <lui...@bl...> - 2012-01-17 16:05:33
|
Hello, I'm using Jcharts for a project that needs French and English localization. I'm using the following lines of code to add ($) to the values of my charts: DataAxisProperties dataAxisProperties= (DataAxisProperties) axisProperties.getYAxisProperties(); dataAxisProperties.setUseDollarSigns( true ); For English it works perfectly (for example $93,708) , but for French I need a different currency formatting (it would be 93 708 $) the locale by the way is CANADA.FRENCH It's there a way to set the locale in Jcharts? The explanation in the user guide is quite vague: "Add Currency Signs to the values on the value axis. This will use your localized Currency." What does it means by localized Currency? Any help I would really appreciate it! -- Luis GUZMAN Web Developer lui...@bl... http://www.bluerush.ca <http://www.bluerush.ca/> 514.935.3144 ext. 317 |