d3

Limit zooming to X-Axis in Dynamic Data Display for WPF?

When scrolling the mouse wheel over a Dynamic Data Display (D3) for WPF, the chart zooms in both X & Y. Is there a way to prevent the scrolling of the Y axis? Thanks in advance. ...

SQLiteDataReader and OdbcTransaction : how to limit Insert phrases ?

Hello, I'm looking for a workaround, my destination server (Rainingdata D3) is returning an error when my reader is returning to much lines. explications: 1 datareader reads from my sqlite database, 2 via a while reader-loop i'm inserting in the destination database (ODBC- D3 database) i don't have a other solution oder other dataprov...