Your comments

I was getting same issue on TimeSpanAxis, I had debugged library and found that its not issue with library, rather I was using wrong format string. Later I used below format string and it worked like wow.

{4:%d} Days {4:%h} Hours {4:%m} Minutes

I hope it works.
Yes reflection plays key role there, Thanks for your response.