Hi,
I'm trying to create a scatter chart (x-y) with lines connecting the x-y dots. connecting the points is done based on Z value (time) which is also important to view, so I've tried to set the LineStyle.EndStyle to triangle, assuming I will get a line with an arrow in the end before the marker, but nothing happens. what am I missing here? is the EndStyle meant for something else?
Hi, me again... I've tried to work with the diagram but the way to make it a scatter chart is very long, so I'm checking again for possible other solutions.
what about over-ridding the style of the line itself? is that a possibility?
do you see other possible options to achieve what I'm doing, without using the diagram component?
Hi, thanks, I will try to remove the marker and see if this works - it seems to be a good workaround.
the diagram is too far from what I have now so I don't think it will worth the effort.
Thanks!
Hello Eli,
I have been investigating into the requirement you are trying to achieve in this case, and I believe there is a misunderstanding of what the EndCap of a series does in this case. In the case of a ScatterLineSeries, the very end of the entire line will be what receives the EndCap, although you may not see it if you have markers enabled, as the marker then essentially becomes the end of the line. With the default series Thickness, it may also be rather difficult to see, and so if you would like to see this, I would recommend testing this with a higher series Thickness and with the MarkerType set to “None.”
With the above said, this still won’t really achieve your requirement, but we do have another control that might better suit your needs in this case in the XamDiagram control, since achieving this in the XamDataChart would very likely require quite a bit of custom code, as a custom series would likely need to be created as the simplest way to do this in the chart. Here is a link to our documentation for the XamDiagram control: https://ko.infragistics.com/help/wpf/xamdiagram.
If you would like to see this behavior potentially implemented in a future version of the XamDataChart control, I would recommend suggesting a new product idea for this at our WPF Ideas Page, here. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.
Please let me know if you have any other questions or concerns on this matter.