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.
I have three charts with linked PlotWidth and PlotOriginX properties so that when I pan/zoom, their displayed interval is the same.
I intend to display a lot of points, often several tens of thousands and when I pan/zoom a chart with this many points, IDD causes my CPU to run at 100%, and Visual Studio indicates that GC collect runs "constantly" (extremely frequently). I know I'm asking a lot from the library, but is there a way to solve this issue?
Hi!
I have three charts with linked PlotWidth and PlotOriginX properties so that when I pan/zoom, their displayed interval is the same.
I intend to display a lot of points, often several tens of thousands and when I pan/zoom a chart with this many points, IDD causes my CPU to run at 100%, and Visual Studio indicates that GC collect runs "constantly" (extremely frequently). I know I'm asking a lot from the library, but is there a way to solve this issue?