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

draw Broken line graph using dynamic data display?

Can i draw Broken line graph using dynamic data display ? In my application i need to draw a real time voltage/time graph.My requirement is, i should draw graph lines only if the voltage is not a 0 . How can i achieve that? I tried the following :…
Indu
  • 27
  • 1
  • 6
0
votes
0 answers

Charts in dynamic data display

I'm developing in Microsoft visual studio 2010, including reference dynamic data display. I want to create graphs such as Bar graph (Int horizental axis X int Vertical axis) and Bar Graph2 (DateTime horizental axis X int Vertical axis) and Pie…
HardQS
  • 23
  • 6
0
votes
0 answers

displaying charts from python executables in shell

I'm using python 2.7 on Ubuntu to draw charts from text files containing data. My point is, when using python executables in shell, I have no problem recording plots, but if I want them shown on my screen instead I have to go through the graphic…
Michel
  • 13
  • 4
0
votes
0 answers

Dynamic data display - zoom in map

I used microsoft visual studio 2010, including reference Dynamic data display chart map - chartplotter. The tool zoom in comes with the map tools by wheel. until now it works perfect, zoom in and out. Suddnly, When I zoom in the project stuck with…
0
votes
2 answers

Display all the records from a database in a view controller - iOS

I am new to stack overflow. I am developing a mobile app for iOS. In which I want to display all my records from the database in my single view controller. I can assign label for each data in the record. But it is not possible to assign label for…
Rokesh
  • 37
  • 1
  • 9
0
votes
0 answers

Control real time display with richtextbox

I'm working with C# and control CMD for coworker. I already implement control cmd and real time display to rich text box. But real request was stack this message to rich text box. My program couldn't stack the cmd command (keep history of previous…
Choi Joseph
  • 197
  • 1
  • 2
  • 12
0
votes
1 answer

Brightness of chartplotter (Dynamic Data Display) C#

I'm using Microsoft Visual Studio 2010, including reference Dynamic Data Display. I'm want to make an scroll bar that control of the brightness of the map . I'm tried to find a property like brightness or something like it but without a success.…
RonYamin
  • 77
  • 2
  • 11
0
votes
0 answers

Create circle around point in dynamic display data map by radius and angle

I using microsoft visual 2010 with dynamic data display dll I need to do an circle around a point by angle and radius. I have been successful but it's wrong, I think so. First of all, my source code: I got the prePs from the mouseClick (it's not…
Ben Tubul
  • 45
  • 1
  • 9
0
votes
1 answer

Dynamic Data Display - get horizontal and vertical from ChartPlotter

I'm using Microsoft visual studio 2010, wpf, Dynamic Data Display, ChartPlotter (map) that I should take the point on the map exactly, the horizental is working perfect, but the vertical is inaccurate, its give wrong position. code : private void…
Ben Tubul
  • 45
  • 1
  • 9
0
votes
1 answer

Is there a graph component that lets me specify x- and y-axis to be positioned in an other grid?

I am working on a projekt to display data in form of a graph. In order for me to do what i want to do i need a graph or chart component that lets me move the x- and y-axis to different grids. To clarify: My graph should consist of 3 different…
FewWords
  • 595
  • 1
  • 5
  • 22
0
votes
1 answer

Using Dynamic Data Display (D3) to Generate Graph with Multiple Y Axes

I have read so much material and tried so many things over the past week and I am not getting anywhere with this. I have a main window MainWindowView which has checkboxes as defined below:
Rich E
  • 233
  • 2
  • 10
0
votes
1 answer

"Dynamically" Generate a WPF View C# for Plotting with DynamicDataDisplay

I am writing a WPF application in C#. This application is design using MVVM. Currently, I have a parent window with a few check boxes. Use user can check whichever boxes they want and then click the "plot" Button. Once they click "plot", a new…
Rich E
  • 233
  • 2
  • 10
0
votes
1 answer

How can I update my data into my activity?

I have a small problem to display data in my application. Actually for updating my data I wrote all the methods in the onCreate() method. So the problem is one all the data getting only the display will start. But I need to show some data first…
0
votes
1 answer

How can I display only ACTIVE published blogs on web page from database?

How can I fetch from database and echo the title, desc, and image, listing all of only PUBLISHED blogs I have stored in the database onto a web page? I would like to list them all on the web page, sort of like Dreamweaver's repeat region. I have a…
0
votes
1 answer

Can't get Dynamic Data Display working with WPF Browser Application

Can I get Dynamic Data Display library working with WPF Browser App? I'm getting "Target Invocation Exception" when attempting to launch the app, regular desktop WPF app runs just fine. Update 1: "That assembly does not allow partially trusted…
user3455395
  • 161
  • 10