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
0
votes
1 answer

Both X and Y logarithmic D3

I'm using DynamicDataDisplay (I've tried with 0.3, 0.4 and futureD3 versions) but there is no way to set both axis to logarithmic scale and be able to activate and deactivate them. I know that D3 is almost abandoned but if anyone had this problem…
Sturm
  • 3,968
  • 10
  • 48
  • 78
0
votes
1 answer

D3 plotter and file watcher, interference?

I am using file watcher monitoring the file output, and then dynamically display the results using d3 (dynamic data display). Here is more details: Data are series of tiff file generated one by one quickly (20-25 miliseconds per file generation);…
Nick Tsui
  • 524
  • 2
  • 9
  • 29
0
votes
1 answer

LineAndMarker only see markers, but no lines?

I am trying to plot data represented by a bunch of dots connected with lines. However, when I do the plot, I can only see dots being displayed, but I cannot see any lines. I don't know what the problems are. Here is my code, and this is how…
Nick Tsui
  • 524
  • 2
  • 9
  • 29
0
votes
1 answer

LineAndMarker has DataSource?

I am using DynamicDataDisplay to plot my real-time signal. I would like to have both markers and lines showing up on my chart, so I think I should use LineAndMarker; When x-y data are updated, my logic is to only update the date…
Nick Tsui
  • 524
  • 2
  • 9
  • 29
0
votes
1 answer

How to use UIElement[] CreateLabels method in NumericLabelProviderBase class to insert label or text in a point inside plotter

I'm tring to override CreateLabels to insert labels or text in specific points in plotter chart but I need a help in: 1. what does the parameter (ITicksInfo ticksInfo) mean and what should I send to it 2. how to use the return value to add…
Khaleel Hmoz
  • 987
  • 2
  • 13
  • 24
0
votes
3 answers

How can I hide the X-Axis in D3 (DynamicDataDisplay) Plotter?

I would like to be able to hide the X-Axis (Labels, Ticks, etc) in the ChartPlotter of D3 (DynamicDataDisplay). The amount of documentation available for D3 is basically non-existent. Any help would greatly be appreciated.
Kingamoon
  • 1,467
  • 1
  • 18
  • 32
-1
votes
1 answer

How to retrieve and display local storage data dynamically in HTML page?

I want to display data dynamically from local storage into an HTML table using JavaScript. Can anyone help with a js code? Here is the sample HTML code table, th, td { border:1px solid black; }

A basic HTML table

-1
votes
1 answer

How to make a Text in Button to Blink(Flashing) in ADF(Jdev)

I need help to make my Text in button or Alteast a Text to Blink(Flashing). Example, Alerts used to should blink
JustCode
  • 41
  • 1
  • 12
-2
votes
1 answer

How to show 3-dimensional data structure but on 2-dimensional graph?

I have a collection of type MyType { double X, double Y, string Text }. How to show it like points (or markers) with X, Y-coordinates and with labels with Text as text? Labels have to be seen constantly - so no tooltips. The Text property varies…
user808128
  • 511
  • 1
  • 7
  • 24
-2
votes
1 answer

How do I plot real-time signal in WPF and C# .net 3.5?

I am trying plot real-time signal, signal vs time, with WPF and C# (Dynamic Data Display); Once a signal is generated, it should be showed up on a plot chart instantly; The signal can be generated very fast (on the order of mili-second (0.001…
Nick Tsui
  • 524
  • 2
  • 9
  • 29
1 2 3
9
10