Monarch charts library allows numbers and date formatting according specified locales. The numbers and dates formatting is accomplished using standard Java means. That is accomplished using the Locale class.
The locale could be set for whole chart using the code:
chart.setLocale(new Locale(“es”)); |
This locale would be valid for whole chart, and all texts on axes, markers, and markers would be printed using specified locale.