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

How to plot a graph with different colors in d3 wpf

I am using D3(Dynamic Data Display) in WPF. I have code to draw a dynamic line graph here is my code snippet. for (int counter = 0; counter < animatedX.Count; counter++) { Chart.Trade trade = new…
madan
  • 773
  • 13
  • 38
0
votes
0 answers

i want to search specific record of data from dynamic data list in liferay 6.2

i have created a database using dynamic data list i have to search a set of records from the database on the basis of combition for example my database contains fields such as locality and city and if i want to search according to this particular…
0
votes
2 answers

how to display the co-ordinates of the point in tooltip of D3 chart

I have generated a graph using the tutorial provided by James McCaffrey : http://msdn.microsoft.com/en-us/magazine/ff714591.aspx Iam able to do so successfully. Also I have added a tooltip as follows: plotter.AddLineGraph(compositeDataSource1, new…
surajitk
  • 147
  • 4
  • 21
0
votes
1 answer

dynamic data display chartplotter get current axis values

I am working with d3 chartplotter. In my application, I want the program to automatically detect the current start and end values of my horizontal axis on display. For example, let us say the user zooms in the data plotted. I know the axis value…
0
votes
0 answers

DynamicDataDisplay chart tools, programmatically adding (pannable) controls to a chart (using ViewportHostPanel)

Dynamic Data Display is a fantastic library that so far has been very useful for me. Thanks go to Mikhail Brinchuk for developing the library. This posting gives a great tip for adding controls to DynamicDataDisplay charts using xaml that pan and…
0
votes
1 answer

Two independednt axis in Dynamic Data Display DevMarkerChart

I am new user of d3, I am trying to plot two different graph on independent y axis. Like Line graph on left side y axis similarly bar chart on right side y- axis. As per the sample I have used InjectedPlotter for bar series, however I not able to…
Vinay MS
  • 550
  • 3
  • 6
  • 21
0
votes
1 answer

DynamicDataDisplay zoom and tooltips on realtime charts with syncronous X axis

Some time ago I posted the question about synchronous charts. I found the solution here, but I still have some problems. I need to zoom in and out on Y axis on StrokeChart to see my date. I don't know why, but the range doesn't change on next added…
Vasilii Ruzov
  • 554
  • 1
  • 10
  • 27
0
votes
1 answer

dynamicdatadisplay (wpf) how to make a string marker?

I'm using dynamicdatadisplay library for WPF! not SilverLight I've finish my backend codding already and stuck with graph. I have an X-Axis that is a DateTime (hours). Also I Have an Y-Axis that is Decimal. But I can't find how to put between this…
Vadym K
  • 25
  • 6
0
votes
0 answers

DynamicDataDisplay chart with custom datetime labels

Im writing application with charts. One of this chart has horizontal DateTime axis and i have problem with showing proper labels. For now my X axis contains about 3 days, and the labels looks terrible. It shows only days counter at axis and the…
Tomasz
  • 2,051
  • 3
  • 31
  • 64
0
votes
1 answer

Dynamic Data Display WPF Binding in MVVM pattern

So, I'd like to bind the data source of a LineGraph to a CompositeDataSource in a wpf app with MVVM pattern. Here is what I've done so far: The relevant line in the XAML: signal is my…
Gábor Birkás
  • 623
  • 3
  • 13
  • 20
0
votes
1 answer

dynamic data display chart plotter in MVVM

I am trying to use d3 chart plotter in MVVM. I am trying to use the code given by Ravi ( https://dynamicdatadisplay.codeplex.com/discussions/63633 ) in my project, but not quite sure how to use it properly. It says "the property Linegraphs is not…
0
votes
1 answer

Slide Up/Down does not work properly

Hi I want to display some search results using tables. In my code the basic details are displayed in a one table and if we want to see more details you have to click view more option. The hide details are also be displayed in a separate table.But I…
user2602750
0
votes
1 answer

Adding multiple control to single line

I have make a user control which is design using Divs and on main page am adding that control problematically in the panel but when am adding that control is added to next line i want it get added in line by line thanks in adv.
Rhushikesh
  • 3,630
  • 8
  • 45
  • 82
0
votes
1 answer

Select a piece on ChartPlotter

Please tell me how to select a piece on ChartPlotter I can not understand.. like this
XmaksasX
  • 81
  • 6
0
votes
1 answer

Realtime Plotting with WPF using External Data

I'm creating a real-time WPF graphical plotter that will plot data points as it is received. It utilizes the Dynamic Data Display library. (http://dynamicdatadisplay.codeplex.com/) Currently, the Application is set up so that it: Updates the…
1 2 3
9
10