WPF Dynamic Data Display
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
Comments
|
Print View
|
Page Info
|
Change History (all pages)
Search Wiki:
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.
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.
Optionally add controls from the project onto Visual Studio toolbox panel and use them in WPF designers
Source code in the Samples folder will give you an idea how to come from data to an interactive chart in your application window.
How to build from source code?
Download Main\src\DynamicDataDisplay subtree from source code repository
Create DynamicDataDisplay.snk file to sign the assembly or disable assembly signing in the project file
Build the project
Samples Gallery
HelloWorldSample
shows how to plot basic line graph from two arrays. Title and axis text are declared in XAML.
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
Jul 22 at 5:00 AM
by
sberezin
, version 14
Comments
Also available:
1 review
for current release.
No comments yet.
Sign in to add a comment
Downloads
Current release:
0.1.0.601
Tue Jul 22 2008 at 7:00 AM
1 rating
374 downloads, 1 review
More info
To download the file you must agree to the following license.
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.
Recent reviews
(
more
)
5 stars.
excellent!
Activity
7
30
All
days
Page Views
813
Visits
205
Pages Per Visit
3.97
Work Items Closed
0
Discussion Posts
2
© 2006-2008 Microsoft
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
CodePlex Blog
|
Version 2008.9.23.13635
Updating...