<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dynamicdatadisplay Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/dynamicdatadisplay/Wiki/View.aspx?title=Home</link><description>dynamicdatadisplay Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>http://dynamicdatadisplay.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Currently out wiki is located here - &lt;a href="http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html" class="externalLink"&gt;http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Tue, 10 Nov 2009 19:13:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091110071354P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/wikipage?version=48</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h2&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h3&gt;&lt;h3&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=DynamicDataDisplay%20Silverlight&amp;referringTitle=Home"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;DynamicDataDisplay wiki - &lt;a href="http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html" class="externalLink"&gt;http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h2&gt;How to use DynamicDataDisplay library in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=Development-time%20screens&amp;referringTitle=Home"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;h3&gt;Interactive samples in your browser - &lt;a href="http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap" class="externalLink"&gt;http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - prefers Microsoft IE, as this is a Browser WPF Application.&lt;/h3&gt;Also it may require Task Parallel Library - &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=more%20samples&amp;referringTitle=Home"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Tue, 27 Oct 2009 14:51:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091027025106P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/wikipage?version=47</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h2&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h3&gt;&lt;h3&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=DynamicDataDisplay%20Silverlight&amp;referringTitle=Home"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;DynamicDataDisplay wiki - &lt;a href="http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html" class="externalLink"&gt;http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h2&gt;How to use DynamicDataDisplay library in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=Development-time%20screens&amp;referringTitle=Home"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;h3&gt;Interactive samples in your browser - &lt;a href="http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap" class="externalLink"&gt;http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - prefers Microsoft IE, as this is a Browser WPF Application.&lt;/h3&gt;Also it may require Task Parallel Library - &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/wikipage?title=more%20samples&amp;referringTitle=Home"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Tue, 27 Oct 2009 14:50:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091027025047P</guid></item><item><title>Updated Wiki: Development-time screens</title><link>http://dynamicdatadisplay.codeplex.com/wikipage?title=Development-time screens&amp;version=32</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;This page contains screens of DynamicDataDisplay in development.&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Projects from here are available from &lt;b&gt;Source Code&lt;/b&gt; page, latest Changeset, &lt;b&gt;Nightly&lt;/b&gt; directory. For example, you can open &lt;b&gt;sln/DynamicDataDisplay.sln&lt;/b&gt; from here and run &lt;b&gt;NewMarkersSample&lt;/b&gt; project from &lt;b&gt;DevSamples&lt;/b&gt; solution folder, or some other project you like.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;!&lt;/b&gt; Note that source code from &lt;b&gt;Nightly&lt;/b&gt; directory is in development now, it may have different bugs and unexpected features. Use it with caution, or wait for the next release, till which bugs will be fixed, I hope.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Color maps (early development version)&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=89230" alt="Color&amp;#32;map.PNG" title="Color&amp;#32;map.PNG" /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=89231" alt="Cropped&amp;#32;color&amp;#32;map.png" title="Cropped&amp;#32;color&amp;#32;map.png" /&gt;
&lt;h2&gt;Rotated ellipses (request of user)&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=83818" alt="RotatedEllipses.PNG" title="RotatedEllipses.PNG" /&gt;
&lt;h2&gt;Different built-in markers on one page:&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80064" alt="Different&amp;#32;Built-in&amp;#32;markers.PNG" title="Different&amp;#32;Built-in&amp;#32;markers.PNG" /&gt;
&lt;h2&gt;&lt;b&gt;TwoLinesSample&lt;/b&gt; with lines in different scales both on one plotter and in one Legend&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78569" alt="TwoLinesSample.PNG" title="TwoLinesSample.PNG" /&gt;
&lt;h2&gt;Live Editable shapes - polylines, polygons and poly-bezier lines - project &lt;i&gt;EditableShapes&lt;/i&gt; in &lt;b&gt;Nightly&lt;/b&gt;&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78519" alt="EditableShapes.png" title="EditableShapes.png" /&gt;
&lt;h2&gt;Pie chart with live editing&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80063" alt="PieChart2.PNG" title="PieChart2.PNG" /&gt;
&lt;h2&gt;Point Set with 1 million filtered points&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78502" alt="PointSet&amp;#32;with&amp;#32;1&amp;#32;million&amp;#32;pts.png" title="PointSet&amp;#32;with&amp;#32;1&amp;#32;million&amp;#32;pts.png" /&gt;
&lt;h2&gt;Acceptable ranges markers with grid to edit values on the fly&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80062" alt="AcceptableRanges.PNG" title="AcceptableRanges.PNG" /&gt;
&lt;h2&gt;StockChart with another style of markers:&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77774" alt="StockChart.PNG" title="StockChart.PNG" /&gt;
&lt;h2&gt;Candlestick chart&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76924" alt="WPF&amp;#32;D3&amp;#32;Candlestick&amp;#32;Chart.png" title="WPF&amp;#32;D3&amp;#32;Candlestick&amp;#32;Chart.png" /&gt;
&lt;h2&gt;Microsoft Virtual Earth map&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76925" alt="D3-Maps-Magnified.png" title="D3-Maps-Magnified.png" /&gt;
&lt;h2&gt;Mandelbrot fractal&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76926" alt="Mandelbrot.png" title="Mandelbrot.png" /&gt;
&lt;h2&gt;Axis with π as a base&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76958" alt="Pi&amp;#32;Axis.png" title="Pi&amp;#32;Axis.png" /&gt;
&lt;h2&gt;Intensity color map with section&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77285" alt="IntensitySample.png" title="IntensitySample.png" /&gt;
&lt;h2&gt;Markers upon the map&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77286" alt="Rainfall&amp;#32;in&amp;#32;USA.png" title="Rainfall&amp;#32;in&amp;#32;USA.png" /&gt;
&lt;h2&gt;Bar chart with fill binding&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77287" alt="Bar&amp;#32;Chart.png" title="Bar&amp;#32;Chart.png" /&gt;
&lt;h2&gt;Forest display&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77332" alt="ForestDisplay.png" title="ForestDisplay.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Sun, 25 Oct 2009 12:13:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Development-time screens 20091025121334P</guid></item><item><title>Updated Wiki: Development-time screens</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time screens&amp;version=31</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;This page contains screens of DynamicDataDisplay in development.&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Projects from here are available from &lt;b&gt;Source Code&lt;/b&gt; page, latest Changeset, &lt;b&gt;Nightly&lt;/b&gt; directory. For example, you can open &lt;b&gt;sln/DynamicDataDisplay.sln&lt;/b&gt; from here and run &lt;b&gt;NewMarkersSample&lt;/b&gt; project from &lt;b&gt;DevSamples&lt;/b&gt; solution folder, or some other project you like.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;!&lt;/b&gt; Note that source code from &lt;b&gt;Nightly&lt;/b&gt; directory is in development now, it may have different bugs and unexpected features. Use it with caution, or wait for the next release, till which bugs will be fixed, I hope.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Rotated ellipses (request of user)&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=83818" alt="RotatedEllipses.PNG" title="RotatedEllipses.PNG" /&gt;
&lt;h2&gt;Different built-in markers on one page:&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80064" alt="Different&amp;#32;Built-in&amp;#32;markers.PNG" title="Different&amp;#32;Built-in&amp;#32;markers.PNG" /&gt;
&lt;h2&gt;&lt;b&gt;TwoLinesSample&lt;/b&gt; with lines in different scales both on one plotter and in one Legend&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78569" alt="TwoLinesSample.PNG" title="TwoLinesSample.PNG" /&gt;
&lt;h2&gt;Live Editable shapes - polylines, polygons and poly-bezier lines - project &lt;i&gt;EditableShapes&lt;/i&gt; in &lt;b&gt;Nightly&lt;/b&gt;&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78519" alt="EditableShapes.png" title="EditableShapes.png" /&gt;
&lt;h2&gt;Pie chart with live editing&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80063" alt="PieChart2.PNG" title="PieChart2.PNG" /&gt;
&lt;h2&gt;Point Set with 1 million filtered points&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=78502" alt="PointSet&amp;#32;with&amp;#32;1&amp;#32;million&amp;#32;pts.png" title="PointSet&amp;#32;with&amp;#32;1&amp;#32;million&amp;#32;pts.png" /&gt;
&lt;h2&gt;Acceptable ranges markers with grid to edit values on the fly&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=80062" alt="AcceptableRanges.PNG" title="AcceptableRanges.PNG" /&gt;
&lt;h2&gt;StockChart with another style of markers:&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77774" alt="StockChart.PNG" title="StockChart.PNG" /&gt;
&lt;h2&gt;Candlestick chart&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76924" alt="WPF&amp;#32;D3&amp;#32;Candlestick&amp;#32;Chart.png" title="WPF&amp;#32;D3&amp;#32;Candlestick&amp;#32;Chart.png" /&gt;
&lt;h2&gt;Microsoft Virtual Earth map&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76925" alt="D3-Maps-Magnified.png" title="D3-Maps-Magnified.png" /&gt;
&lt;h2&gt;Mandelbrot fractal&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76926" alt="Mandelbrot.png" title="Mandelbrot.png" /&gt;
&lt;h2&gt;Axis with π as a base&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=76958" alt="Pi&amp;#32;Axis.png" title="Pi&amp;#32;Axis.png" /&gt;
&lt;h2&gt;Intensity color map with section&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77285" alt="IntensitySample.png" title="IntensitySample.png" /&gt;
&lt;h2&gt;Markers upon the map&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77286" alt="Rainfall&amp;#32;in&amp;#32;USA.png" title="Rainfall&amp;#32;in&amp;#32;USA.png" /&gt;
&lt;h2&gt;Bar chart with fill binding&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77287" alt="Bar&amp;#32;Chart.png" title="Bar&amp;#32;Chart.png" /&gt;
&lt;h2&gt;Forest display&lt;/h2&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=77332" alt="ForestDisplay.png" title="ForestDisplay.png" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Wed, 16 Sep 2009 17:16:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Development-time screens 20090916051607P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=46</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h2&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h3&gt;&lt;h3&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;DynamicDataDisplay wiki - &lt;a href="http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html" class="externalLink"&gt;http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h2&gt;How to use DynamicDataDisplay library in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;h3&gt;Interactive samples in your browser - &lt;a href="http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap" class="externalLink"&gt;http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - prefers Microsoft IE, as this is a Browser WPF Application.&lt;/h3&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Tue, 15 Sep 2009 17:46:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090915054645P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=45</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h1&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;/h1&gt;&lt;h1&gt;&lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h2&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h2&gt;&lt;h2&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;How to use DynamicDataDisplay library in your projects?&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;h3&gt;Interactive samples in your browser - &lt;a href="http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap" class="externalLink"&gt;http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - prefers Microsoft IE, as this is a Browser WPF Application.&lt;/h3&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Mon, 14 Sep 2009 16:24:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090914042404P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=44</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h1&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;/h1&gt;&lt;h1&gt;&lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h2&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h2&gt;&lt;h2&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;How to use DynamicDataDisplay library in your projects?&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;Interactive samples in your browser - &lt;a href="http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap" class="externalLink"&gt;http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - prefers Microsoft IE, as this is a Browser WPF Application.&lt;br /&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Mon, 14 Sep 2009 16:23:48 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090914042348P</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=28</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;h3&gt;Animation Sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:800px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AnimationSample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;h3&gt;Allergology sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:800px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;h3&gt;Line Graph Customization Sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:1018px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/LineGraphCustomization.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Sun, 13 Sep 2009 19:11:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090913071156P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=43</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h1&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;/h1&gt;&lt;h1&gt;&lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h2&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h2&gt;&lt;h2&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;How to use DynamicDataDisplay library in your projects?&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;. Now all DynamicDataDisplay's controls are available under &amp;quot;d3:&amp;quot; prefix, e.g. &lt;b&gt;&amp;quot;&amp;lt;d3:ChartPlotter/&amp;gt;&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
 &lt;br /&gt;&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Wed, 09 Sep 2009 16:17:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090909041715P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=42</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h1&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;/h1&gt;&lt;h1&gt;&lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h2&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h2&gt;&lt;h2&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;How to use DynamicDataDisplay library in your projects?&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to the header of your XAML file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Wed, 09 Sep 2009 16:14:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090909041431P</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=27</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;h3&gt;Animation Sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:800px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AnimationSample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;h3&gt;Allergology sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:800px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;h3&gt;Line Graph Customization Sample&lt;/h3&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:600px;width:800px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/LineGraphCustomization.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgrechka</author><pubDate>Wed, 09 Sep 2009 10:47:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090909104738A</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Home&amp;version=41</link><description>&lt;div class="wikidoc"&gt;This is a library of WPF controls for dynamic data visualization. It features efficient binding mechanisms and real-time interactivity capable of charting millions of data points. Current release allows flexible drawing of line&amp;#47;marker plots.&lt;br /&gt;&lt;br /&gt;DynamicDataDisplay controls can be used in your application in the same way as other WPF controls. Any data can be used as a source of coordinates on your chart. It can be an array, a DataTable or a function. Every change in the data source causes update of the chart. As an example, you can use this feature for monitoring running computations. Using mouse or keyboard you can zoom in deep into the graph to see its subtle details.&lt;br /&gt;
&lt;h1&gt;Help us to improve DynamicDataDisplay - take a part in our survey: &lt;/h1&gt;&lt;h1&gt;&lt;a href="http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx" class="externalLink"&gt;http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h2&gt;Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at &lt;a href="http://twitter.com/DynamicDataDisp" class="externalLink"&gt;http://twitter.com/DynamicDataDisp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/h2&gt;&lt;h2&gt;Silverlight version of DynamicDataDisplay library is released:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;You can download it from &lt;a href="http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046" class="externalLink"&gt;http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, or&lt;/li&gt;
&lt;li&gt;Read about it at &lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay%20Silverlight"&gt;DynamicDataDisplay Silverlight&lt;/a&gt; wiki page&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;How to use DynamicDataDisplay library in your projects?&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.&lt;/li&gt;
&lt;li&gt;Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.&lt;/li&gt;
&lt;li&gt;Reference the library in you project.&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g., &lt;b&gt;using Microsoft.Research.DynamicDataDisplay;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;To use DynamicDataDisplay control in XAML, add a xml-namespace reference to DynamicDataDisplay's xml namespace - add the following line to your XAML-file: &lt;b&gt;xmlns:d3=&amp;quot;http://research.microsoft.com/DynamicDataDisplay/1.0&amp;quot;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
&lt;h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time%20screens"&gt;Development-time screens&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;Samples Gallery&lt;/h1&gt;&lt;a href="http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=more%20samples"&gt;more samples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;HelloWorldSample&lt;/b&gt; shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39496" alt="HelloWorldSample.jpg" title="HelloWorldSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;IsolineSample&lt;/b&gt; shows how to display isolines.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67547" alt="Isolines.png" title="Isolines.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MapSample&lt;/b&gt; shows tiled map with tiles downloaded from &lt;a href="http://openstreetmap.com" class="externalLink"&gt;openstreetmap.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=67550" alt="Map.png" title="Map.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;CurrencyExchangeSample&lt;/b&gt; plots exchange rates for four main world currencies. Horizontal axis uses DateTime. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=51340" alt="CurrencyExchangeSample.png" title="CurrencyExchangeSample.png" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;DataTableSample&lt;/b&gt; plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively. &lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39495" alt="DataTableSample.jpg" title="DataTableSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;AnimatedSample&lt;/b&gt; display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39497" alt="AnimatedSample.jpg" title="AnimatedSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;MarkersSample&lt;/b&gt; illustrates how to plot data using various line styles and different types of markers.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39502" alt="MarkersSample.jpg" title="MarkersSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;TooltipSample&lt;/b&gt; adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39503" alt="TooltipSample.jpg" title="TooltipSample.jpg" /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;SimulationSample&lt;/b&gt; imitates rendering data from some simulation that constantly adds new data points.&lt;/li&gt;&lt;/ul&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dynamicdatadisplay&amp;DownloadId=39504" alt="SimulationSample.jpg" title="SimulationSample.jpg" /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Wed, 09 Sep 2009 08:55:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090909085526A</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=26</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AnimationSample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Wed, 09 Sep 2009 08:14:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090909081414A</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=25</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://home-server.redirectme.net:81/d3sl/AnimationSample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;i&gt;coming later...&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dgrechka</author><pubDate>Wed, 09 Sep 2009 08:01:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090909080142A</guid></item><item><title>New Comment on "Development-time screens"</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=Development-time screens&amp;ANCHOR#C13717</link><description>great&amp;#33;</description><author>radioman</author><pubDate>Sat, 05 Sep 2009 15:01:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Development-time screens" 20090905030147P</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=24</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;i&gt;coming later...&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Fri, 04 Sep 2009 08:54:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090904085408A</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://mstlab.org/personal/thecentury/Silverlight/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://mstlab.org/personal/thecentury/Silverlight/AnimationSample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;i&gt;coming later...&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Fri, 04 Sep 2009 08:53:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090904085312A</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=22</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://mstlab.org/personal/thecentury/Silverlight/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;i&gt;coming later...&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Fri, 04 Sep 2009 08:50:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090904085058A</guid></item><item><title>Updated Wiki: DynamicDataDisplay Silverlight</title><link>http://dynamicdatadisplay.codeplex.com/Wiki/View.aspx?title=DynamicDataDisplay Silverlight&amp;version=21</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Silverlight version of WPF DynamicDataDisplay&lt;/h1&gt;
&lt;h2&gt;The following features are supported by Silverlight version:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Numeric and DateTime Axes&lt;/li&gt;
&lt;li&gt;Line graphs&lt;/li&gt;
&lt;li&gt;Flexible data sources&lt;/li&gt;
&lt;li&gt;Setting custom legend position&lt;/li&gt;
&lt;li&gt;Setting custom navigation buttons location&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Major differences from WPF version of DynamicDataDisplay&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Use &lt;b&gt;TextBlock&lt;/b&gt; objects in a xaml layout definition inside the &lt;b&gt;VerticalAxisTitle&lt;/b&gt; and &lt;b&gt;HorizontalAxisTitle&lt;/b&gt; instead of strings&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;VerticalAxisTitle&lt;/b&gt;(&lt;b&gt;TextBlock&lt;/b&gt; content) constructor to create a &lt;b&gt;VerticalAxisTitle&lt;/b&gt; in C#&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;LineGraphSettings&lt;/b&gt; and &lt;b&gt;ChartPlotterSettings&lt;/b&gt; classes to perform custom configuration of &lt;b&gt;LineGraph&lt;/b&gt; and &lt;b&gt;ChartPlotter&lt;/b&gt; along with LineGraph(IPointDataSource pointSource, LineGraphSettings settings) and ChartPlotter(ChartPlotterSettings settings) constructors&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;How to use DynamicDataDisplaySilverlight in your projects?&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Install Microsoft&amp;#174; Silverlight™ 2 or 3 Tools for Visual Studio 2008 SP1.&lt;/li&gt;
&lt;li&gt;Download latest release and extract &lt;b&gt;DynamicDataDisplaySilverlight.dll&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Reference the library in your project&lt;/li&gt;
&lt;li&gt;Use &lt;i&gt;Microsoft.Research.DynamicDataDisplay&lt;/i&gt; namespace to access the library&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Links to Microsoft&amp;#174; Silverlight™ Tools for Visual Studio 2008 SP1:&lt;/h2&gt;Silverlight™ 2 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=C22D6A7B-546F-4407-8EF6-D60C8EE221ED&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Silverlight™ 3 Tools - &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" class="externalLink"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;DynamicDataDisplay Silverlight controls in action:&lt;/h2&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://wpfd3.h18.ru/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://mstlab.org/personal/thecentury/Silverlight/AllergologySample.xap"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;object data="data:application/x-silverlight," type="application/x-silverlight" style="height:400px;width:600px;"&gt;&lt;param name="source" value="http://mstlab.org/personal/thecentury/Silverlight/AllergologySample.zip"&gt;&lt;/param&gt;&lt;param name="windowless" value="true"&gt;&lt;/param&gt;&lt;p&gt;You need to install Microsoft Silverlight to view this content. &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none;"&gt;Get Silverlight!&lt;br /&gt;&lt;img src="http://go.microsoft.com/fwlink/?LinkID=108181" alt="Get Microsoft Silverlight" style="border-style:none;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/object&gt;&lt;iframe style="visibility:hidden;height:0;width:0;border-width:0;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;i&gt;coming later...&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Thecentury</author><pubDate>Fri, 04 Sep 2009 08:48:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: DynamicDataDisplay Silverlight 20090904084856A</guid></item></channel></rss>