Watch this example on YouTube
Error CS0234 The type or namespace name 'DataVisualization'
does not exist in the namespace 'System.Web.UI' (are you missing an
assembly reference?)
Error when using
using System.Web.UI.DataVisualization.Charting;
to fix it add reference to
System.Web.DataVisualization
No comments:
Post a Comment