Add a arrow at the endpoint of axis

Oystein Bjorke 10 years ago 0
This discussion was imported from CodePlex

liqinyong wrote at 2013-11-09 04:25:

Hi all,
  How could I add a arrow at the endpoint of LinearAxis?Like follows:
      ![Image](http://epaper.tianjinwe.com/cskb/images/2006-10/31/11622367346049419299632320046.jpg)
  Thank you very much~

objo wrote at 2013-11-11 19:36:

Try to subclass LinearAxis and override the Render method. The arrow head can simply be added at the end!
I cannot open the image, but try something like this: https://gist.github.com/oeb/7419304

liqinyong wrote at 2013-11-14 02:59:

Thanks for reply , I will try it!