I am looking for a control to replace and old implementation that we cannot longer support.
The control displays scattered points.Ideally we want the 'points' to be a string, such as "p1", etc.. but we are finding out that all of the implementations using WPF only support shapes, circles, etc..
We can live without having the strings, and instead, perhaps displaying the x,y,z coordinate on a point click event.
So my questions, is there a .NET sample somewhere for creating a scatter plot using nzy3d, and are there click events defined that we can use...?
Thanks in advance for your help.
I am looking for a control to replace and old implementation that we cannot longer support.
The control displays scattered points.Ideally we want the 'points' to be a string, such as "p1", etc.. but we are finding out that all of the implementations using WPF only support shapes, circles, etc..
We can live without having the strings, and instead, perhaps displaying the x,y,z coordinate on a point click event.
So my questions, is there a .NET sample somewhere for creating a scatter plot using nzy3d, and are there click events defined that we can use...?
Thanks in advance for your help.