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
1
vote
1 answer

Draggable Point

I am working with a chart in wpf with dynamic data display. I would like to insert a dynamic draggable point. Until now I can just insert one like this but I would like to insert it behind the code,…
cis
  • 93
  • 4
1
vote
1 answer

DynamicDataDisplay ChartPlotter scroll horizontal axis

I am still pretty rough on this library given the lack of documentation. I have a ChartPlotter object which is showing data in real-time as it's captured through capture of data from a device. I have the following event that is invoked every time I…
Maurizio Macagno
  • 760
  • 4
  • 15
1
vote
1 answer

WPF DynamicDataDisplay version problems with hiding the legend and using logarithmic scale

I am using Microsoft's D3 with WPF (not silverlight). I am desperately looking for a version of D3 that would allow ,me to hide the legend. I found several examples online, using older versions of D3. When adding the sources of this version to my…
Gabe
  • 630
  • 1
  • 9
  • 25
1
vote
2 answers

Line disappearing on zooming (using "Dynamic data display")

In my WPF-project I'm using Dynamic data display for charting. I read somewhere that it's a common bug that lines disappear (are not drawn) if you zoom in very deeply. Has anybody a solution for this bug?
Stone
  • 235
  • 1
  • 3
  • 9
1
vote
1 answer

Set range for values for graph axes using DynamicDataDisplay

I am creating a application where in I want to plot a graph with DateTime as X-axis and numbers from 0-100 as Y-axis. I have used the following code
Robert Langdon
  • 855
  • 1
  • 11
  • 27
1
vote
1 answer

Is it possible to have independent multiple axes in WPF graphs?

Having independent multiple axes for each series in scientific graphs is very common condition. The requirement is, The graph can have more than one series. and each series is associated with separate Y axes and one X axis (Time). E.g. Y1 axis shows…
Amit Pawar
  • 131
  • 2
  • 6
1
vote
0 answers

WPF UserControl RealTime refresh

I have used D3 (Dynamic Data Display) to create a chart windows that displays a live-updating line chart. I am trying to embed this into WPF MDI I had to change my chart window type from "Window" to "UserControl" to embed it, but then, when it is…
Mehdi LAMRANI
  • 11,289
  • 14
  • 88
  • 130
1
vote
1 answer

C# D3 (Dynamic Data Display) Charting Project

Anybody knows why Dynamic Data Display is not maintained anymore ? D3 is an awesome piece of open source work for c# charting with robust abilities (handles very large datasets & smart data mapping among many others) and it is highly…
Mehdi LAMRANI
  • 11,289
  • 14
  • 88
  • 130
1
vote
1 answer

WPF D3 Dynamic Data Display Multiple axes

I have a Dynamic Data Display chart. I am using ChartPlotter. It has a default X and Y Axis. I need to add an extra X axis and two more Y axes. How can I achieve this in XAML and dynamically in code? The data may be attached to any of these axes by…
Harsha
  • 661
  • 1
  • 8
  • 21
1
vote
2 answers

Add vertical scroll in legend box (ChartPlotter) WPF

I am new for WPF application.I am working on a Sensor reading WPF application.In this application i have to select sensors out of 170 Sensors.After selecting sensors when i click on view report then chart plotter draw the Graph of selected…
Sunny
  • 3,185
  • 8
  • 34
  • 66
0
votes
3 answers

refresh WPF D3 Dynamic Data display Chart

I databind the LineGraph with a datasource when new points comes from backend, the problem is that the grid isnt refreshed, you can do a plotter.FitToView() to get it to refresh but that also fits the new graph to the plotter window this is very…
Anders
  • 17,306
  • 10
  • 76
  • 144
0
votes
0 answers

Creating buttons using JavaScript API to fetch data and display the data

I'm using an API to display the names of players and details about the players. the buttons when clicked should show players' information and the other button is supposed to remove a player from a roster list, but my buttons are not working…
0
votes
1 answer

SyntaxError: EOL while scanning string literal

This is what it was asked for me to do: Remove the dollar sign and comma from the columns. If necessary, convert these two columns to the appropriate data type. As my dataset does not contain values with $ sign, I am removing the '." in the…
0
votes
0 answers

How can I scrape data from script tag of type - application/ld+json from a website?

I am trying to fetch product data from a website. I can see a script tag which has all the data i need for my project. However, when I am fetching the data. some the key value pairs are not coming. Link -…
0
votes
1 answer

Setting y-axis range using Interactive data display WPF

I'm stuck on a problem where i need to set y-axis based on its plot. Right now program stretches the plot to fit whole chart however i need it to let some free space above the plot. I wasn't able to come up with anything so far. Code looks like…
David Hala
  • 13
  • 4