<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Emil Stoichev's Blog - All Comments</title><link>http://weblogs.asp.net/emilstoichev/default.aspx</link><description>Just a few coding tips</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: How to build simple line chart with Silverlight 1.1</title><link>http://weblogs.asp.net/emilstoichev/archive/2007/11/20/how-to-build-simple-line-chart-with-silverlight-1-1.aspx#6173169</link><pubDate>Fri, 09 May 2008 10:51:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6173169</guid><dc:creator>Emil Stoichev</dc:creator><description>&lt;p&gt;Thanks, clement. I'm aware of Visifire and they are really great charts. This post was written before I knew for them (or may also before they were released). Thanks for sharing anyway.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6173169" width="1" height="1"&gt;</description></item><item><title>re: How to build simple line chart with Silverlight 1.1</title><link>http://weblogs.asp.net/emilstoichev/archive/2007/11/20/how-to-build-simple-line-chart-with-silverlight-1-1.aspx#6172724</link><pubDate>Fri, 09 May 2008 06:48:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6172724</guid><dc:creator>clement</dc:creator><description>&lt;p&gt;i want to share with you guys a open source charting control called visifire that i happened to see in silverlight forum.&lt;/p&gt;
&lt;p&gt;i am very much impressed by the features it offers. it supports silverlight 2 &amp;amp; has pretty cool animations&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6172724" width="1" height="1"&gt;</description></item><item><title>re: Tip: Get application based file path with ASP.NET</title><link>http://weblogs.asp.net/emilstoichev/archive/2008/03/05/tip-get-application-based-file-path-with-asp-net.aspx#6066622</link><pubDate>Fri, 04 Apr 2008 23:43:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6066622</guid><dc:creator>David Gordon</dc:creator><description>&lt;p&gt;Thank you for this tip! It saves my day!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6066622" width="1" height="1"&gt;</description></item><item><title>re: How to build simple line chart with Silverlight 1.1</title><link>http://weblogs.asp.net/emilstoichev/archive/2007/11/20/how-to-build-simple-line-chart-with-silverlight-1-1.aspx#6027721</link><pubDate>Wed, 26 Mar 2008 08:35:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6027721</guid><dc:creator>Subhash</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;Thank you for warm reply..&lt;/p&gt;
&lt;p&gt;yes i gone through that tutorial and up to canvas desiging i m clear but from this below code&lt;/p&gt;
&lt;p&gt;axisX.X1 = this.AxisXLeftMargin;&lt;/p&gt;
&lt;p&gt;axisX.Y1 = chartCanvas.Height - this.AxisYBottomMargin;&lt;/p&gt;
&lt;p&gt;axisX.X2 = chartCanvas.Width - this.AxisXRightMargin;&lt;/p&gt;
&lt;p&gt;axisX.Y2 = chartCanvas.Height - this.AxisYBottomMargin&lt;/p&gt;
&lt;p&gt;i am not getting. where i have to write these code.&lt;/p&gt;
&lt;p&gt;all code in same file or seprately.&lt;/p&gt;
&lt;p&gt;please sir i am very new in silvelight. i just know how to write xaml code with javascript for event and how to call in hml.&lt;/p&gt;
&lt;p&gt;you have also mention to drop something in your silverlight project.. sorry i didn&amp;#39;t got it. sorry don&amp;#39;t mind.. &lt;/p&gt;
&lt;p&gt;Thanking You&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6027721" width="1" height="1"&gt;</description></item><item><title>re: How to build simple line chart with Silverlight 1.1</title><link>http://weblogs.asp.net/emilstoichev/archive/2007/11/20/how-to-build-simple-line-chart-with-silverlight-1-1.aspx#5948781</link><pubDate>Tue, 11 Mar 2008 07:16:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5948781</guid><dc:creator>Emil Stoichev</dc:creator><description>&lt;p&gt;Hi subhash,&lt;/p&gt;
&lt;p&gt;The concept of this line chart is based on the Polyline object. Did you read this article &lt;a rel="nofollow" target="_new" href="http://www.silverlightshow.net/items/2314.aspx?"&gt;www.silverlightshow.net/.../2314.aspx&lt;/a&gt; Every step is explained there and you should be able to understand it. If you need just to use it you can drop it in your Silverlight project and just change the data file. If you have some specific questions I'll be glad to help you. Good luck.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5948781" width="1" height="1"&gt;</description></item><item><title>re: How to build simple line chart with Silverlight 1.1</title><link>http://weblogs.asp.net/emilstoichev/archive/2007/11/20/how-to-build-simple-line-chart-with-silverlight-1-1.aspx#5948694</link><pubDate>Tue, 11 Mar 2008 06:50:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5948694</guid><dc:creator>subhash</dc:creator><description>&lt;p&gt;hello sir..&lt;/p&gt;
&lt;p&gt;i have to draw line chart like this . so can u explain the code stepwise step so i can understand the concept.. i am new to silverlight.&lt;/p&gt;
&lt;p&gt;please u must think something form me its urgent...&lt;/p&gt;
&lt;p&gt;Thanking You&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5948694" width="1" height="1"&gt;</description></item><item><title>Our daily link (2008-01-23)</title><link>http://weblogs.asp.net/emilstoichev/archive/2008/01/21/tip-how-to-get-the-client-culture-from-an-asp-net-app.aspx#5640572</link><pubDate>Wed, 23 Jan 2008 19:03:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5640572</guid><dc:creator>Trumpi's blog</dc:creator><description>&lt;p&gt;jQuery MooTools 1.2 Beta 2 Released, Adds New Element Storage jQuery, Facebox and AJAX Agile The magic&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5640572" width="1" height="1"&gt;</description></item><item><title>Detect Client Culture with ASP.NET</title><link>http://weblogs.asp.net/emilstoichev/archive/2008/01/21/tip-how-to-get-the-client-culture-from-an-asp-net-app.aspx#5632881</link><pubDate>Tue, 22 Jan 2008 04:03:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5632881</guid><dc:creator>Tech Guru</dc:creator><description>&lt;p&gt;Detect Client Culture with ASP.NET&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5632881" width="1" height="1"&gt;</description></item><item><title>re: Tip: How to get the client culture from an ASP.NET app</title><link>http://weblogs.asp.net/emilstoichev/archive/2008/01/21/tip-how-to-get-the-client-culture-from-an-asp-net-app.aspx#5631413</link><pubDate>Mon, 21 Jan 2008 21:46:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5631413</guid><dc:creator>Emil Stoichev</dc:creator><description>&lt;p&gt;Oh, I didn't know that exists. Thanks rajbk! I'll update the blog with your tip.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5631413" width="1" height="1"&gt;</description></item><item><title>re: Tip: How to get the client culture from an ASP.NET app</title><link>http://weblogs.asp.net/emilstoichev/archive/2008/01/21/tip-how-to-get-the-client-culture-from-an-asp-net-app.aspx#5630566</link><pubDate>Mon, 21 Jan 2008 18:19:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5630566</guid><dc:creator>rajbk</dc:creator><description>&lt;p&gt;Consider using HttpRequest.UserLanguages to get a sorted string array of client language preferences.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/system.web.httprequest.userlanguages.aspx"&gt;msdn2.microsoft.com/.../system.web.httprequest.userlanguages.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5630566" width="1" height="1"&gt;</description></item></channel></rss>