This is a migrated thread and some comments may be shown as answers.

Linq to XML with RadChart ?

1 Answer 56 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Aurélien Dubosson
Top achievements
Rank 1
Aurélien Dubosson asked on 04 May 2010, 03:36 PM
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

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 07 May 2010, 09:42 AM
Hello Aurélien,

You will need to provide information on the structure of the XML to the RadChart, using SeriesMappings.

Regards,
Joshua
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart
Asked by
Aurélien Dubosson
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or