Hi All, I am using oxyplot for my WPF application, I wish to show a graph like this. is there a way I can hide the values on the axes like 50/100/150. I also need final values like 255, but what I see from the usage, the Oxyplot ends up showing me 250 instead of 255 and 200 instead of 255 due to space constraint.
Is there a way I can achieve the desired result in pic1.
I am following the source code from this location.