Reputation: 21
Please point me in right direction, I need to plot a graph in C# WPF
with following functionality:
Upvotes: 2
Views: 5056
Reputation: 11
check out the Silverlight and wpf chart controls which has graph chart
www.silverlightcontrols.com
Upvotes: 1
Reputation: 3364
Try OxyPlot and plots are quite nice and having a lot of useful features: http://oxyplot.codeplex.com/
Upvotes: 2
Reputation: 11
sam you can use chart control in wpf to plot points,where you can use point series of data. For unique id you have to connect to database,when you put cursor on particular point it will show id,just go through chart control it will help you.
Upvotes: 0