Hi,
Everyone I try another way to use RadChart without lightweight datatable.
I have a List of XElement "Table1" and I'm thinking to use Linq to XML to bind my RadChart..
I try with : Grid.ItemSource = from data in liste.Descendants("Table1")
select data;
but it doesn't work, it is possible to use data with XML ? If yes, how to do that ?
Thanks in advance.
Cheers.
Aurélien Dubosson