Umesh D P

Umesh D P

  • NA
  • 202
  • 538

create multiple serices line chart using data in datatable v

Sep 12 2018 12:31 PM
I am tring to create a line chart using microsoft chart control (inside action method and pass it to view as image), but i am unable to set x axis value from datatable column.
Can any one please create a multiple series line chart using Microsoft chart control inside action method in controller and pass it to view (i don't want any js charts or thirdparty chart controls). in my MVC project i am getting the data from sql server and storing it in a 5 columns datatable variable.
i have spend hours of time researching online but not able to create and multiple serices line chart using data in datatable variable.
please assist.