Hello community,

I am loading an XML file to build a LineSeries in a LineChart. I am binding a
field from the XML tree to the yField property of the LineSeries.

The problem is that the XML used by the application was written using Spanish
formats, thus it uses commas "," to indicate decimals and dots "." to separate
thousands. I deliberately created an English version of the file to test my
application and it works perfectly. However when I switch to the Spanish one
the LineChart does not display anything at all.

I need the LineChart to display the same results but using the Spanish XML
file.

Jorge Bucaran:embarrassment;