NinjaTrader does not provide one however there is some c# Math functionality you can use.
You can use this math class to use Math.Atan on your points you want to get degree value of and then use one of the following methods to translate that into degrees.
A tutorial of how to do this can be found here:
-Brett

Comment