Hi Francisco,
Thanks for using Syncfusion Products.
We have analyzed your query and found that you have missed the <chart:CategoryAxis.LabelStyle> tag in your code. Please find the working code below.
<chart:SfChart.PrimaryAxis> </chart:SfChart.PrimaryAxis> |
Please let us know, if you have any query.
Regards,
Gobi M
Hi Marco,
We would like to let you know that FontProperty is obsolete as of
version 16.1.0.24. So, you can use the FontSize,
FontFamily and FontAttributes properties instead of Font to achieve your requirement.
Code snippet [XAML]:
<chart:SfChart.PrimaryAxis> <chart:CategoryAxis> <chart:CategoryAxis.LabelStyle> <chart:ChartAxisLabelStyle FontSize="20"> </chart:ChartAxisLabelStyle> </chart:CategoryAxis.LabelStyle> </chart:CategoryAxis> </chart:SfChart.PrimaryAxis> |
Reference link - https://help.syncfusion.com/xamarin/release-notes/v16.1.0.24?type=all#sfchart-breaking-changes
Please get back to us for further assistance.
Thanks,
Geetha R