I have been creating a Dashboard so show traffic at each minute.
On our largest time scale (4 hours) the BarSeries will overlap each other (There being a max of 240 points).
I haven't found anything in the Xamarin.Forms or Xamarin.Android documentation indicating this can be changed.
I am guessing that I am going to have to make a custom Chart Renderer, but I haven't explored that route yet as I am still learning the lay of the land to mobile developing.
Will a custom Chart Renderer work? Is it my only option? Or is there already support for this feature?