I am trying to show Google Trends TIMESIRIES graph in winforms application using web browser control but it is showing a javascript error. I have used the following code to show the graph.
Dim sGTrend As String = "<script type=""text/javascript"" src=""//www.google.co.in/trends/embed.js?hl=en-US&q=nikon&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=500&h=330""></script>"
WebBrowser1.DocumentText = "<html><body>" & sGTrend & "</body><html>"
Please let me know how we can show only google trends TIMESERIES graph in .Net windows application.