Hi,
I am using charting for Xamarin Forms.
I'd like to show data for each day in a lineseries with DateTimeContiniousAxis.
I had to use MajorStepUnit=TimeInterval.Hour to make it work Should not I have been using TimeInterval.Day? I got a confusion here and documentation is not much helpful.
2nd; I wanted to use LaborFormat="dddd" to show day of week but it does not respect that.
Thank you for any help and clarifications.