Top "Dynamic-data-display" questions

Interactive Data Display for WPF (previously Dynamic Data Display) is a set of controls for adding interactive visualization of dynamic data to your application.

Dynamic database table display using Jstl

I am trying to display database data using JSTL like this: My dao; public ArrayList getStudentFirstName(){ ArrayList v = new ArrayList(); …

java servlets dynamic-data-display
Dynamic Data Display - WPF - Need to add text to canvas - C#

I am using the dynamic data display WPF chart. I have a requirement to display a label next to every …

c# wpf xaml dynamic-data-display
Dynamic Data Display charting: change Y axis range

Does anyone know if is there any way to change the Y axis limits on a line chart from D3? …

c# wpf charts dynamic-data-display
Dynamic Data Display : Change X-Axis date time format for graph

I am working on wpf application where I am using Dynamic Data Display to show Graph. It works fine. Problem : …

c# wpf dynamic-data-display
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 …

python mysql database django dynamic-data-display
How to create a Custom Routed Event ? WPF c#

I followed this tutorial but I couldn't apply what I learned to my project. I have a LineGraph object (Dynamic …

c# wpf dynamic-data-display
Enumeration has either not started or has already finished

I am working on a application everything works fine but i am getting exception Enumeration has either not started or …

c# wpf dynamic-data-display
WPF Charting with Dynamic Data Display: How can I show a regression line?

I'm using Dynamic Data Display (D3) to render a few simple LineSeries on a chart: <d3:ChartPlotter> <…

c# charts linear-regression dynamic-data-display