Please point me in right direction, I need to plot a graph in C# WPF with following functionality:
- Plot Data points
- Label plotted Data points with unique ids
- Link the joints with each other by using arrow directed lines
- Able to select any of the Data point by moving mouse cursor on the data point.So i can use the selected data point id.