OxyPlot: How to use the axis label formatter and show Y labels?
问题 I'm using to Oxyplot for my Xamarin.iOS project for plotting a bar chart.. This is what my graph currently looks likes currently here's instead of x axis values which are numbers, I want to show sun, mon true, wed..... I can see that CategoryAxis has a method called LabelFormatter which returns Func<double, string> , but how do I use it? And also why are the Y-Axis labels not showing? public class MyClass { /// <summary> /// Gets or sets the plot model that is shown in the demo apps. /// <