Hello,
is it possible to set custom visible labels for a DateTimeAxis?
In docs, I have found an example for NumericalAxis with a note, that this should be possible for all axis types; however, the ChartAxisLabel requires a Double type as a first argument.
I have a collection of pairs (DateTime:string) for the labels; DateTime is desired position of the label, and string is my desired label.
I am not sure, how to transform my DateTime value to a double to make this work for DateTimeAxis.
https://help.syncfusion.com/xamarin/charts/how-to/adding-custom-labels-to-sfchart-axis