I am using Oxyplot in Xamarin.
In my Oxyplot view, I want to show the time in the X Axis as 18h
.
In c# this would be formatted as HH\h
, but StringFormat = "HH\h"
doesn't work.
I am using Oxyplot in Xamarin.
In my Oxyplot view, I want to show the time in the X Axis as 18h
.
In c# this would be formatted as HH\h
, but StringFormat = "HH\h"
doesn't work.