Hello,
i don't want to show the very first label along x & y axis, firstly it is a customer requirement and secondly labels overlap with each other at corner.
screenshot is attached.
Any solutiion?
Regards,Mudassir
Hello Mudassir,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created a DataTempalte for the XAxis Label and used converter for the visibility in order to make the first label hidden. You may need to change the casts in the Convert method, so they are valid for your data and Axis type. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi,
Thanks for your reply. This solution does not work for CategoryXAxis because there is no ActualMinimumValue for this type of axis.
I modified the sample I sent you before, so now it works with CategoryXAxis. Please let me know if this helps you or you need further assistance on this matter.
Ok thanks, this makes sense with some performance overhead though.
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.