WPF plotting
-
Hi , I have a situation here to plot some data. For example there is an event occurs everyday at a particular time. I need to highlight that event in a Date Vs Time graph. There is no need to show a graph with lines. Just needed to highlight the events,thats it. On clicking the event it should go to another window and load its data. Event should also have a tooltip. Is there any controls available for this in WPF ? Please help. With Regards Subin.
-
Hi , I have a situation here to plot some data. For example there is an event occurs everyday at a particular time. I need to highlight that event in a Date Vs Time graph. There is no need to show a graph with lines. Just needed to highlight the events,thats it. On clicking the event it should go to another window and load its data. Event should also have a tooltip. Is there any controls available for this in WPF ? Please help. With Regards Subin.
Subin Mavunkal wrote:
Is there any controls available for this in WPF ?
Yes, but not in the core framework. You will need the WPF Toolkit. It seems recently it became available on NuGet http://www.nuget.org/packages/WPFToolkit/3.5.50211.1[^] Previously you had to get it off of codeplex https://wpf.codeplex.com/[^] Should be the same stuff. Actually I would encourage the NuGet (although I have not grabbed that) as it is easier to maintain for you. It will add the package etc. so you will not need to add manually third party references. As for the usage of it there are a lot of examples out there, but just beware that a lot of namespace changes occurred over the years so you may need to manipulate that a bit.
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet. The interesting thing about software is it can not reproduce, until it can.