microsoft / InteractiveDataDisplay.WPF

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. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.
Other
968 stars 266 forks source link

Graph got stuck when moving mouse over #2

Open greensky01 opened 6 years ago

greensky01 commented 6 years ago

Hi contributors, I took HeatmapSample example as a starting point to make an oscilloscope-like animation, but actually what I drew is a LineGraph. A problem's been blocking me for a while, that is, everytime you move your mouse over the graph or drag it or zoom in/out, the graph would go slower. And if I move mouse really quickly, the graph would even go totally frozen.

Any ideas?

PocherninaElena commented 6 years ago

Hi @greensky01 , Can you provide your code sample with LineGraph?