Hello, I'm having a problem with using XML that contains namespaces as a data provider for a ColumnChart. When setting the yField property of the ColumnSeries, nothing shows up in the chart if I just use the local name portion, and there seems to be no way to specify a namespace.
There is a similar problem with the dataField property of the DataGridColumn, and the workaround in that case is to use the labelFunction to display the data. Is there a similar workaround (or any workaround at all, really) that would work in my situation, or do I have to bite the bullet and just strip all the namespaces from the XML I am using as a data provider? Thanks in advance, Wesley

