WPF Dynamic Data Display
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Downloads
Discussions
Issue Tracker
Source Code
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Reviews
Source Code
Wiki & Documentation
RSS
View All Comments
|
Print View
|
Page Info
|
Change History (all pages)
Home
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/marker plots.
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.
Help us to improve DynamicDataDisplay - take a part in our survey:
http://microsoft.cs.msu.su/Projects/Pages/D3Poll.aspx
Do you want to be notified about all latest DynanicDataDisplay news? Follow us in twitter at
http://twitter.com/DynamicDataDisp
.
Silverlight version of DynamicDataDisplay library is released:
You can download it from
http://dynamicdatadisplay.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31046
, or
Read about it at
DynamicDataDisplay Silverlight
wiki page
DynamicDataDisplay wiki -
http://microsoft.cs.msu.su/personal/thecentury/Public%20Documents/Wiki/D3.html
How to use DynamicDataDisplay library in your projects?
Ensure that Microsoft .NET Framework version 3.5 is installed on your computer.
Download latest release and extract DynamicDataDisplay.dll file in a folder of your choice.
Reference the library in you project.
To use DynamicDataDisplay control in C#-code, add a namespace reference to DynamicDataDisplay namespace - e.g.,
using Microsoft.Research.DynamicDataDisplay;
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:
xmlns:d3="http://research.microsoft.com/DynamicDataDisplay/1.0"
. Now all DynamicDataDisplay's controls are available under "d3:" prefix, e.g.
"<d3:ChartPlotter/>"
Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
Development-time screens
Samples Gallery
Interactive samples in your browser -
http://mstlab.org/xbap/d3/DynamicDataDisplay.Xbap.Samples.xbap
- prefers Microsoft IE, as this is a Browser WPF Application.
Also it may require Task Parallel Library -
http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&displaylang=en
more samples
HelloWorldSample
shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML.
IsolineSample
shows how to display isolines.
MapSample
shows tiled map with tiles downloaded from
openstreetmap.com
CurrencyExchangeSample
plots exchange rates for four main world currencies. Horizontal axis uses DateTime.
DataTableSample
plots data from System.Data.DataTable object. Additional table rows named 'Index' and 'Sqrt' define marker color and size respectively.
AnimatedSample
display dynamically changing data. Values of Y coordinates are changed by timer event. This sample also features programmatic creation and update of plot title.
MarkersSample
illustrates how to plot data using various line styles and different types of markers.
TooltipSample
adds textual description to each point of data. Mapping from numeric value to string is defined in sample's code.
SimulationSample
imitates rendering data from some simulation that constantly adds new data points.
Last edited
Oct 27 at 3:51 PM
by
Thecentury
, version 48
Want to leave feedback?
Please use
Discussions
or
Reviews
instead.
Archived page comments (1)
Downloads
Recommended release:
WPF DynamicDataDisplay v0.3 - April 2009 Release
Thu Apr 30 2009 at 8:00 AM
, Beta
8 ratings
4669 downloads, 7 reviews
More info
Recent reviews
(
more
)
5 stars.
Very versatile library, can be used for many purposes. With some more documentatio... (
more
)
5 stars.
Awesome. David Roh
Microsoft Reciprocal License (Ms-RL) This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 1. Definitions The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations (A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose. (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Activity
7
30
All
days
Page Views
3043
Visits
1260
Downloads
375
Updating...
© 2006-2009 Microsoft
|
About CodePlex
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
Advertise With Us
|
Version 2009.10.6.15896