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
2 answers

Creating isoline graph with D3 in WPF

I'm trying to use D3's Isoline graph to display a contour plot from a set of data where each pixel has X, Y and an Intensity. So far, what I gather from just sifting through the library, is that an Isolinegraph has a DataSource property that is a…
FrancisT
  • 11
  • 2
1
vote
0 answers

highcharts linechart color for dynamic data

I would to show my line chart into my html page but the filter date is always disabled and i haven't the data in xAxis, i don't know the cause of this kind of the problem ? Any help please ? my code is : function buildNumberElem(tabIn) { …
FG5
  • 53
  • 1
  • 8
1
vote
0 answers

adding a legend in 3 for loops with three plots .MATLAB

l want to make a legend for my figure but l have 3 for loops with three plots like mentioned below : legend 1 : essential legend 2 : less essential legend 3 : most important for P=1:K % body plot(.....,'bo'); end for Z=N:T …
vincet
  • 917
  • 3
  • 13
  • 26
1
vote
1 answer

Changing Legend in the Future of Dynamic Data Display wpf

I have been using the Future d3 but can not figure out how to change the series legend. In the older builds the legend could be changed like: graf = plotter.AddLineGraph(new CompositeDataSource(xSrc, plot), new Pen(brush, 4), …
1
vote
1 answer

The name "ChartPlotter" does not exist in the namespace "http://research.microsoft.com/DynamicDataDisplay/1.0

Hi I am using the Dynamic Data Display library that I got from codeplex.com/dynamicdatadisplay. I saved my copy in the root directory and added the reference to the DLL of the DynamicDataDisplay.dll file to my project. However the xaml does not…
Doris
  • 35
  • 1
  • 3
  • 9
1
vote
1 answer

Make DraggablePoint Unmoveable on chartplotter (Dynamic Data Display) C#

I'm using Microsoft Visual Studio 2010, including reference Dynamic data display. I'm creating DraggablePoint in c# code. The point creating perfect, My problem is how to make the point unmoveable on the map ? I'm tried to search for property…
RonYamin
  • 77
  • 2
  • 11
1
vote
0 answers

Point in Polygon *On a map*

I'm using Visual Studio 2010, including reference Dynamic Data Display map. I'm drawing on the map polygon by drawing DragglePoints and Segments between the points. I found a code that find if point(x,y) is in polygon, but on a map it doesnt work. …
1
vote
0 answers

Draw a circle on a map by radius and angle

Im using Microsoft visual studio 2010, with the refernce dynamic data display. I would like to draw a circle on a map, i have 2 points, one of them is the center of the circle and the other is the point on the circle, the distance between them is…
Ben Tubul
  • 45
  • 1
  • 9
1
vote
1 answer

Print Data from database in django

I want to display data of two joined tables with a foreign key in django ,i have set it all up but it isn't displaying anything , here are my files: models.py: from django.db import models from django.utils.encoding import smart_unicode class…
Dhruv Narang
  • 161
  • 1
  • 2
  • 11
1
vote
1 answer

How can I change dynamicaly the opacity of a linegraph in D3?

I'm using the Dynamic Data Display Library in WPF. I have my LineGraph linked to my chartplotter. I can see it in the plotter when I launch the application. I want to know if it's possible to change the opacity of that linegraph while the…
Kerast
  • 13
  • 2
1
vote
3 answers

WPF Binding with Dependency Properties. Issue with Data Not Displaying

I have tried all morning to get this to work with no luck. I am using DynamicDataDisplay (D3) to display a graph. Here is my simple view defined using xaml.
Rich E
  • 233
  • 2
  • 10
1
vote
0 answers

C# Dynamic Data Display InjectedPlotter multiple Y Axes

I have defined a ChartPlotter and an InjectedChartPlotter. The first one for displaying voltage data and the second one for displaying current data. This data is measured dynamically. My two types of data must share only the X Axis (Time axis). But…
JoE
  • 43
  • 2
  • 8
1
vote
2 answers

Dynamic Data Display simple example gives couple of errors?

This code is on the Home Page of the Dynamic Data Display. I downloaded…
Zgrkpnr
  • 1,191
  • 4
  • 15
  • 32
1
vote
0 answers

DynamicDataDisplay : How to change Gregorian calendar to some other calendar

I am currently working on showing a Chart with DynamicDataDisplay . My problem is that HorizontalDateTime only support Gregorian Calendar , but I want to change that to some other calendar. for example Persian calendar . using…
Masoud R
  • 102
  • 3
  • 10