Hi,
I need to show markers for all points plotted on chart with date time on x axis and numeric value on y axis, but if I have 2 points at same time which is a step then marker is not shown for both points. I have attached the image for reference.My application is in Silverlight.
Thanks
Chris Foster
Hi Chris,
I am just checking if my last reply was helpful for you.
If you require any further assistance, please do not hesitate to ask.
Hello Chris,
Thank you for posting!
After further investigation on the matter I could suggest you use custom series and add functionality for rendering a marker for each data point as the intended behavior of the category axis does not allow multiple markers to be displayed at the same time. There will be only one representative point for each x band.
I have attached a sample project where a custom logic is added in order to display all markers. Please note that this may affect the performance of the chart when large data sets are used. If you have any questions feel free to ask.