I am just getting started on chart controls and started with this technet article.
http://msdn.microsoft.com/en-us/library/dd489237.aspx
Unfortunately, in spite of having chosen the required namespaces the chart control does not show up in the toolbox under data.
Am I missing something?
I am just getting started on chart controls and started with this technet article.
Share
Still using webforms are we? You could just save yourself a lot of hassle and just use a javascript solution like this, your server will definately love you for it.
http://www.highcharts.com/
I’ve had a lot of good luck with this solution, it does mean uderstanding javascript but its not rocket science.