Nick135 / googlechartsharp

Automatically exported from code.google.com/p/googlechartsharp
0 stars 0 forks source link

Regional settings error #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please, in ChartData.cs change the ToString() call in the function 
textEncode(float[] data) with this: 
value.ToString(System.Globalization.CultureInfo.InvariantCulture.NumberFormat) 
for work in systems with a different decimal separator.

Thank you

Original issue reported on code.google.com by fcojavie...@gmail.com on 27 Dec 2010 at 9:32