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
970 stars 265 forks source link

Hiding the description of a LineGraph / Binding multiple graph plots to one description #48

Open DavidHala123 opened 2 years ago

DavidHala123 commented 2 years ago

Hello, I'm making an application where i need to have two graph's that are drawed disontinuously so every graph is situated in a gap of one another. I wasn't able to find any other solution then creating for each chunk a new LineGraph and plotting them all together but now i have like a 15 descriptions in a legend for one graph. Can i hide some of those decription or better can i somehow bind them together while still remaining discontinuous to have only one description for them all? Thank you