Would someone confirm the lack of crosshair line support for the scatterseries and scatterlineseries types?
My objective is to reproduce the functionality demonstrated in the "Data Point Tracker" sample, but with a ScatterLineSeries.
For scaling, I need the control of the numeric x axis to set min/max/interval values, and the data point tracking which appears to be enabled only when using a category x axis.
Any suggestions on how to accomplish data point tracking and selection with crosshairs on a scatterlineseries, or implementing the equivalent of a numeric x axis on a lineseries, would be greatly appreciated.
Thank you.
Hello Andrew,
thank you for your post and the attached sample - this is a solution/workaround i can really deal with. Finally I cleaned up the code to fit my needs and made it more simple to understand and reuse. (e.g. removed the 3 Marker-Dimension-Axis)
Maybe somebody else might find this solution useful.
GreetsJoachim
Is there any workaround?i.e. can a user create custom tooltip it in code behind?
Hello jheck,
I apologize for the delay in my response on this matter. For some odd reason, I was not notified when additional posts were made to this thread, and I just recently revisited this thread.
The reason that this feature for the XamDataChart has not yet been added is because new features are added based on the amount of votes that they get in our product ideas website. The link to this idea is: http://ideas.infragistics.com/forums/192363-wpf/suggestions/5772637-xamdatachart-add-crosshair-line-support-snap-to. If you would like to see this feature added in a future version of the control, I would highly recommend voting for it so our product management teams can see that this idea is a popular one among the community.
In the time since my last update to this forum thread though, I have devised a workaround that is based upon the sample given by user [Infragistics] Martin Trela at this forum thread: http://ko.infragistics.com/community/forums/t/90802.aspx. Essentially, the approach in Martin's sample is to create a custom ScatterSeries that allows the category/crosshair data tracking layers. I had extended this sample using the techniques proposed here to essentially create a custom ScatterLineSeries with data point tracking. I have attached that sample to this forum thread.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support
Still not added in with the new release 2015.2 release and no comments from developers side - thanks.
Generally: Regarding the added features of this and the past releases it really seems like the WPF environment not that focused anymore at infragistics.An added circular-Wait-Indicator is really not worth spending a few hundred euros each year for updating licenses.
Need the same option: data tracking in scatterlinesseries.