0

I have my service returinig data in this format enter image description here

Now I am trying to access data in html this way enter image description here

I am able to access the current period but not the Id of WebChartView.

BTW I am using MVC4 chartResult is the view Model

Pavan Josyula
  • 1,355
  • 3
  • 13
  • 25

1 Answers1

0

Actually Data Property is Collection of WebChartViews so I have tried like this Result().Data() to loop through and it worked

Pavan Josyula
  • 1,355
  • 3
  • 13
  • 25