0
Reply

Issue with Binding data to chart control using wcf

karteek boddu

karteek boddu

Jun 7 2013 9:37 AM
956
Hello all,

How to bind data to chart control using Wcf service reference ?

I am trying to bind data to chart by using e.result;

chartname.itemsource=e.result;

or

((barseries)mychart.series[0].itemssource=e.result;
I m getting an error "Object reference is not set to instance of an object"

please suggest me a way to solve this issue.