Hi Simon,
Thanks for using Syncfusion products.
We would like to inform you that this is an issue with the framework when XAML compilation is enabled. We have also ensured this in Font property for Label and the same issue is reproduced. To overcome this issue, you can set the FontSize as per the below code.
Code Example:
<chart:SfChart.Legend>
<chart:ChartLegend>
<chart:ChartLegend.LabelStyle>
<chart:ChartLegendLabelStyle Font="30"/>
</chart:ChartLegend.LabelStyle>
</chart:ChartLegend>
</chart:SfChart.Legend>
|
We have also attached sample for your requirement which can be downloaded from the below location.
Note: We will modify the code snippet of FontSize in our User Guide document in one business day (July 28, 2017).
Please check the sample and let us know if you need further assistance on this.
Regards,
Saravana Pandian M.