How do i change the size of this value?
Found the solution:
NumericalAxis secondaryAxis = new NumericalAxis() { ShowMinorGridLines = true};
secondaryAxis.LabelStyle = new ChartAxisLabelStyle() { TextColor = Colors.Pink, Font = Font.OfSize(Device.OnPlatform("Helvetica-Light", null, null), 14) };