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

Bubble chart binding error

1 Answer 52 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Hemant
Top achievements
Rank 1
Hemant asked on 25 May 2015, 02:04 PM

Hello,

Getting following error.

 "bound columns require a field or property access expression".

got of lot links to for single column binding none of them worked.

 Iam bind data as follows.

 

series.Bubble(
                model => model.Growth,
                model => model.Jobs,
                model => model.Applications,
                model => model.Company
            );

 

Any pointer will be helpful.

-Thanks

 

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 27 May 2015, 08:01 AM

Hi Hemant,

From the provided code snippet it appears you are following this example, however I am not quite sure what causes the problem in your application. Is it possible to provide an isolated runnable example which I could debug in my side - this way I would be able to check what exactly is going wrong and provide concrete recommendations?

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Hemant
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or