<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.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>Silverlight Controls and Silverlight Toolkit</title><link>http://forums.silverlight.net/forums/35.aspx</link><description>Discussions around using and developing Silverlight controls and the Silverlight Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Inserting lineseries dynamically?</title><link>http://forums.silverlight.net/forums/thread/264423.aspx</link><pubDate>Wed, 05 Aug 2009 18:07:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:264423</guid><dc:creator>wundarous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/264423.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=264423</wfw:commentRss><description>&lt;p&gt;How about specifying an interpolation method, which would draw data that is missing as a straight line (i.e. the previous point). &lt;/p&gt;&lt;p&gt;For example, let&amp;#39;s say I&amp;#39;m plotting time and values:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;January 1,000&lt;/p&gt;&lt;p&gt;April &amp;nbsp; &amp;nbsp;&amp;nbsp; 1,200&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Right now the lineseries interpolates from 1,000 to 1,200, and it looks like a diagonal line of growth from January to April. One solution would be to draw the line as 1,000 straight until April, where it jumps to 1,200. It might also be misleading, but it&amp;#39;s useful in some cases, whereas the behavior now is not. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Inserting lineseries dynamically?</title><link>http://forums.silverlight.net/forums/thread/250690.aspx</link><pubDate>Wed, 15 Jul 2009 20:30:59 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:250690</guid><dc:creator>David Anson</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/250690.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=250690</wfw:commentRss><description>&lt;p&gt;Josh,&lt;/p&gt;
&lt;p&gt;Your idea seems good to me as well. One day we may support &amp;quot;missing data&amp;quot; which you could use to create a line break here - but we don&amp;#39;t today and I don&amp;#39;t see a good way of telling LineSeries to obscure parts of itself but not others.&lt;/p&gt;
&lt;p&gt;One alternative approach would be to NOT use LineSeries for the 5 boundary markers and instead to draw those lines yourself via the Axis APIs. I&amp;#39;m thinking something along the lines of this example: &lt;a href="http://leeontech.wordpress.com/2009/02/25/linechart-with-markers/"&gt;http://leeontech.wordpress.com/2009/02/25/linechart-with-markers/&lt;/a&gt;. This should be pretty efficient, I&amp;#39;d think.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;</description></item><item><title>Inserting lineseries dynamically?</title><link>http://forums.silverlight.net/forums/thread/240851.aspx</link><pubDate>Thu, 02 Jul 2009 15:11:39 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240851</guid><dc:creator>weeser</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240851.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=240851</wfw:commentRss><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a chart that has 6 line series on it, 5 of them are lines representing limits of the graph and one is the actual data.&amp;nbsp; The issue is, the limits may change, and the old and new limits are stored in the database according to date.&amp;nbsp; The user can selected a range of dates to view the graph in, but in the case the user selects a range of dates where the limits change is a problem.&amp;nbsp; We want to keep the limits as horizontal lines.&amp;nbsp; So i was wandering a way to handle a limit change.&lt;/p&gt;
&lt;p&gt;All of the lineseries get data through binding, but is there a way to line jump?....or go from one line to the next without drawing in the gap?&amp;nbsp; My thought was inserting new line series dynamically based on how many limit changes there are, but that will take up a lot of resources and time to insert and remove those lineseries.&amp;nbsp; Any ideas would be wonderfull &lt;img src="http://silverlight.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;!&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Josh&lt;/p&gt;</description></item></channel></rss>