Hi,
I have a XamDataChart with custom markers. Problem is that the markers get clipped off in the edges of the chart (as shown in the attached image).
So how could I get the markers to show completely?
I have managed to solve the problem of data labels (markers) being clipped at the top of a chart in v2014.2.
Adding a margin to the series, the numeric axis and the numeric axis' label panel has given the marker enough space to avoid the rectangle clip. Next job will be to try it on other edges than the top.
I've attached a before and after picture - the yellow squares are added to highlight the difference.
Hello,
Currently this is the best approach for achieving the functionality you want. You can also suggest a new product idea for adding margin in the plot area here:
http://ideas.infragistics.com/
Well, I was hoping there was a more elegant and general answer. The chart system I have is highly dynamic and the series types can be bar, column, line or stacked.
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thank you for your post. I have been looking into it and I can suggest you add a null objects on the first and last position in your data source collection. This way there will be gaps at the end and the beginning and the labels won’t be clipped off. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.