How can we use chart control in MVC, I need sample code with little coding, just to understand the approach of creating chart controls in MVC, like how to bind data etc.
Tried few samples but not able to understand the approach.
I just tried to use @Html.Chart()
in my view but I'm unable to use it.
NOTE: I don't want to use any 3rd party controls.