SilverlightShow: Simple Line Chart with Silverlight 1.1, part 1 Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Simple Line Chart with Silverlight 1.1, part 1 <p>Hi,</p> <p>Can you provide sample which populating dynamic data from WCF service?</p> <p>Thanks for sharing!!</p> http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment6373 AmolKagde http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Sun, 24 Jul 2011 23:49:56 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 <p><span id="ctl00_ContentPlaceHolderContent_itemComments_dlstComments_ctl15_lblCommentAuthor">Hi Mike,</span></p> <p><span>this is because the project was created for Silverlight 1.1. Yuo can easely migrate it to Silverlight 2 beta 2. We will migrate it in the next few days.</span></p> http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment332 idragoev http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Wed, 27 Aug 2008 05:19:34 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 <p>I am trying to load this project in VS2008 and it is telling me that "the project type is not supported by this installation".  I have 2008 Professional Edition installed w/ the following information in Help->About:</p> <p>Microsoft Visual Studio 2008<br /> Version 9.0.21022.8 RTM<br /> Microsoft .NET Framework<br /> Version 3.5</p> <p>Installed Edition: Professional</p> <p>Microsoft Visual Basic 2008   91605-130-0003416-60864<br /> Microsoft Visual Basic 2008</p> <p>Microsoft Visual C# 2008   91605-130-0003416-60864<br /> Microsoft Visual C# 2008</p> <p>Microsoft Visual C++ 2008   91605-130-0003416-60864<br /> Microsoft Visual C++ 2008</p> <p>Microsoft Visual Studio 2008 Tools for Office   91605-130-0003416-60864<br /> Microsoft Visual Studio 2008 Tools for Office</p> <p>Microsoft Visual Web Developer 2008   91605-130-0003416-60864<br /> Microsoft Visual Web Developer 2008</p> <p>Crystal Reports    AAJ60-G0MSA4K-68000CF<br /> Crystal Reports Basic for Visual Studio 2008<br />  </p> http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment320 Mike http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Sat, 23 Aug 2008 21:05:39 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 <p>This is really helpful Emil. Thank you so much.</p> http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment235 Chinkul http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Mon, 14 Jul 2008 15:51:13 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 thanks webmonk , i created super cool silver light charts using visifire. it is pretty easy to use. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment112 Zib http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Fri, 02 May 2008 03:24:08 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Absolutely, Visifire have great charts. http://www.visifire.com/ http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment99 emil http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Tue, 15 Apr 2008 00:57:39 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Visifire is an Open Source Silverlight Chart control. Though Visifire is not a replica of office charts, it looks like a good option for HTML and Silverlight applications. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment98 Webmonk http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Mon, 14 Apr 2008 04:33:15 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Hello Joseph, there is no such silverlight control available to this moment or at least not one that I'm aware of. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment76 emil http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Sun, 30 Mar 2008 07:29:06 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Hello Emil, thanks for showing us this demo, it looks great. Do you know if there's any "Excel like" siverlight control which will do the similar things like Excel OCX in html code. The reason I ask is because I need to have my web pages work on the Mac OS and Excel OCX will not work on the Mac. Thanks! http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment75 Joseph http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Fri, 28 Mar 2008 15:21:24 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Hello Subhash, Did you try to export an excel sheet? It is all happening there - fill the values for the Y in the excel sheet, export it as XML Spreadsheet and then pass the Uri to the exported sheet to the LoadChartDataFromExcelXmlSpreadSheet method. The value for X is automaticaly calculated to fit the chart area. Open the exported XML and you find the Worksheet element. There goes the data for your chart - every Row element has two Cell elements - in the second cell you have a Data element the the value of the Y coordinate is specified. Please have in mind that the provided source code is for Silverlight 1.1 and it should be migrated to Silverlight 2 Beta 1. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment69 emil http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Tue, 25 Mar 2008 01:26:55 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Hello Sir.. I am very new to this silverlight but i got a assignment like this to draw line chart.. i gone through your artical but i am unable to integarte it all. so can i get whole stuff together so i can run it and test it. its not clear for me how getting value from execle and value for line x,y acces... Please Help me http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment68 subhash sharma http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Mon, 24 Mar 2008 23:15:47 GMT RE: Simple Line Chart with Silverlight 1.1, part 1 Wow! Really helpfull ... http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment39 Sleepwalker http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Tue, 29 Jan 2008 21:32:20 GMT re: Simple Line Chart with Silverlight 1.1, part 1 Actually after experimenting with ways to do certain things, no. The WPF performance guide from MS was a huge factor in this, Not all of it can be applied to Silverlight, but the fundimental ideas can translate pretty easily. I can see that there is room for improvement, however I don't think that heavily nested canvas's and other objects will ever be a good idea when you want performance. I was heavy in WPF before I ventured into Silverlight. I have found some areas of WPF quicker than Silverlight, thats to be expected. However I was shocked to find somethings that I had brought in from WPF faster than that in its WPF origin(WPF in browserhost mode). http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment19 lcoffey http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Mon, 10 Dec 2007 02:16:45 GMT re: Simple Line Chart with Silverlight 1.1, part 1 lcoffey, Don't you think that Silverlight still has performance issues and is slow for working with much data? I personally haven't seen a good working and fast datagrid yet. Do you have a demo of your application or it is private? http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment16 emil http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Fri, 23 Nov 2007 02:14:12 GMT re: Simple Line Chart with Silverlight 1.1, part 1 I disagree with : As a new technology Silverlight 1.1 in its alpha version doesn’t allow to be used in real world applications. We have already coded a vast application, with datagrid & binding and many other things that people say they cannot do. All with one developer. I would agree with however: As a new technology Silverlight 1.0 in its alpha version doesn’t allow to be used in real world applications. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment15 lcoffey http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Thu, 22 Nov 2007 08:29:30 GMT re: Simple Line Chart with Silverlight 1.1, part 1 Kiril, In the next tutorial we will provide an Astoria service and allow the chart to consume data from it so it will be easier to maintain. The second part will be available within a week. http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment14 emil http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Wed, 21 Nov 2007 01:12:38 GMT re: Simple Line Chart with Silverlight 1.1, part 1 ...btw when will will the next tutorial be ? :-D http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment13 Kiril http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Wed, 21 Nov 2007 00:33:04 GMT re: Simple Line Chart with Silverlight 1.1, part 1 What can I say...Simply the best :) ... http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx#comment12 Kiril http://www.silverlightshow.net/items/Simple-Line-Chart-with-Silverlight-1.1-part-1.aspx Wed, 21 Nov 2007 00:32:11 GMT