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

Can't add ItemMappings

2 Answers 44 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Nuno
Top achievements
Rank 1
Nuno asked on 10 Jun 2010, 03:31 PM
Hi all,

I'm testing the chart control (TRIAL) Version 2010.1.603.1040 with VS2010 Ultimate.

I can't find the Add method...!

SeriesMapping

 

 

seriesmapping = new SeriesMapping();

 

seriesmapping.ItemMappings.add(...

Can someone tell my why??

Also, I can't find any method on class ItemMappingCollection. Why?

Thank you,
Nuno

 

 

 

2 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 15 Jun 2010, 10:28 AM
Hi Nuno,

Adding the following reference should do the job :
#using System.Linq;

Hope this helps.

All the best,
Nikolay
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.
0
Nuno
Top achievements
Rank 1
answered on 15 Jun 2010, 01:51 PM

Hi Nikolay,

Thanks for your reply but I had already set the reference to #using System.Linq.

I found out that I must add Telerik.Windows.Data to project references.

Thank you,
Nuno

Tags
Chart
Asked by
Nuno
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Nuno
Top achievements
Rank 1
Share this question
or