You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ScatterPlot where not supported previously
I just commited the code for it right now.
See issue #9 where I attached a sample of displaying points.
No labels so far, and no click event unfortunately.
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.
The text was updated successfully, but these errors were encountered: