asp.net mvc 3 areas - HighCharts -- MVC 3 Database -
i working dotnet.highcharts in visual studio 2010. creating mvc 3 web application. able highcharts working statically assigning data. able send data database highcharts displaying. can create class control data , send class highcharts? if so, can tell me how this? also, if has working project demonstrates , willing share awesome. i saw posted below class in question. however, don't know how use or send class highcharts script. appreciated. class highchartspoint { public double x {set; get;} public double y {set; get;} public string color {set; get;} public string id {set; get;} public string name {set; get;} public bool sliced {set; get;} } edit well, building web application display information data collected solar monitoring. power, voltage, current, , etc grouped combiner, inverter, , etc. believe x , y data. however, if simpler code via array of object, it. hope answered question. below model classes have data. not done them. still