Questions tagged [dynamic-data-display]

Interactive Data Display for WPF (previously Dynamic Data Display) is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software.

Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software.

Source: Interactive Data Display homepage

The first place to get information before asking a question here, would be to check the issues on the InteractiveDataDisplay.WPF GitHub project.

145 questions
2
votes
1 answer

Integrating WPF forms and normal C# forms

For a project I decided to use Dynamic Data Display to generate charts (more specifically: heat maps) of certain data. Now for as far as I could read (and see from the demos) Dynamic Data Display uses WPF forms. I have no experience whatsoever with…
Breina
  • 538
  • 5
  • 20
2
votes
1 answer

WPF Charting with Dynamic Data Display: How can I show a regression line?

I'm using Dynamic Data Display (D3) to render a few simple LineSeries on a chart: here…
RoelF
  • 7,483
  • 5
  • 44
  • 67
2
votes
0 answers

DynamicDataDisplay multiple line graphs

I am using Dynamic Data Display and want to display a variable number of line graphs at runtime depending on a user selection. I can bind a single line graph to data in my viewmodel as shown below. (I am trying to strictly follow…
Phantom805
  • 21
  • 2
2
votes
2 answers

Dynamic Data Display with ObservableCollection

I dont know how to display some points using ObservableCollection. This is my code:
guinea_piggy
  • 23
  • 1
  • 5
2
votes
1 answer

How to add a marker at a specific point in a Dynamic Data Display plot?

I'm using a Dynamic Data Display (v0.4) plot and I want add a circle marker at a specific data point of series to highlight the position of the maximum value of the plot. Taking into account the very small amount of documentation and examples…
Cristian M
  • 715
  • 2
  • 12
  • 32
2
votes
0 answers

Add text on Dynamic Data Display Map C#

I am creating a wpf application that includes a Dynamic Data Display map chart in Visual Studio 2010. I have a Segment (line) on the chart. I want to add a text to this segment. I don't care where the text will be (on or under the line or in the…
2
votes
1 answer

Dynamic data display smooth scrolling of X axis

I'm trying to create a real time chart using Dynamic data display plotting DateTime vs Integer values. What I need is a smooth scrolling of X-axis with fixed axis values. Just like panning, ie when you drag the plot from center, it flows smoothly…
HRM
  • 2,097
  • 6
  • 23
  • 37
2
votes
1 answer

Dynamic Data Display (D3) - Generate Multiple Graphs

We are trying to use the Microsoft Dynamic Data Display (D3). Using D3 we need multiple LineGraphs in our TimeChartPlotter. So it would be nice to create a binding to a specific collection (e.g. ObservalbleCollection ) in order to display…
myst3rium
  • 154
  • 12
2
votes
1 answer

C# dynamic data display - update LineGraph

In my XAML file, I create a ChartPlotter then I create in c# my LineGraphs and attatch them to my ChartPlotter. I tried to find a way to update these LineGraphs after their creation, but it always failed. The only solution I found, is that I delete…
JoE
  • 43
  • 2
  • 8
2
votes
2 answers

Setting Description property in XAML - ParseException

I use D3 DynamicDataDisplay for my chart needs but when I try to setup Legend description for LineGraph element it gives me error: The TypeConverter for "Description" does not support converting from string Ok, but how to set this up? I tried…
Joe
  • 2,551
  • 6
  • 38
  • 60
2
votes
1 answer

DynamicDataDisplay WPF - Get data visible in current viewport

This question is about the DynamicDataDisplay library available at codeplex. Is there a way to get the data that is currently visible in the current ViewPort. i.e. I want to get the data that is currently visible when the user does a ctrl+mouse…
2
votes
1 answer

RTL does not shows records as expected

I am having a strange problem while developing a site in PHP with Right-To-Left support. Take a look at these two screenshots below. First with normal output. and second with RTL data display. As you see, the data is not displayed by order of page…
Dipesh Parmar
  • 27,090
  • 8
  • 61
  • 90
2
votes
1 answer

Reset chartplotter data on C# WPF

I am using dynamic data display library to view a dynamic integer value coming in at frequent intervals and plotting it as a linegraph ('line1') onto a chartplotter named 'plotter'. What I want is to have a way to erase all the data from the…
2
votes
1 answer

WPF C# DynamicDataDisplay - Changing the DateTimeAxis Color

I'd like to know how could I change the color of the date time axis of my d3 chartplotter. The color that I want to change is the brown color and the white background color between the two bars. If i do that : It only changes the thing above the…
Jean Col
  • 522
  • 5
  • 16
2
votes
1 answer

Dynamic-Data-Display / Getting x-coordinate of user input

My program is basically about analyzing videos. A major part is to plot a diagram showing (f.e.) brightness per frame on y-axis and every frame number on x-axis. Because the program is written in C# and uses WPF, D³ was the way to go for…
5-to-9
  • 649
  • 8
  • 16
1
2
3
9 10