views:

72

answers:

0

I'm using the ASP.NET Chart control to render a fairly simple chart. I need to create an arabic version of my web-site and the customer would like the numerals to be written using easter arabic numerals (٠,١,٢,٣,٤,٥,٦,٧,٨,٩), instead of the regular 1-9 numbers. Numerals that appear in a web-page are automatically changed based on the users regional settings, but how do I convince the chart control to use another numeral set? I cannot change the regional settings of the server, because the same machine is running other websites and it doesn't seem like the culture or ui-culture settings affect how numbers are rendered.