Hi Bogdan,
Greetings from Syncfusion.
We have analyzed your query and we would like to let you know that the reported problem has been resolved by setting of VerticalOptions to FillAndExpand. StackLayout/ScrollView control measures its children with the respective control’s minimum height for vertical orientation and minimum width for horizontal orientation. Since the chart control’s minimum height and width are zero, it appears blank.
<Frame VerticalOptions="FillAndExpand">
<StackLayout>
<chart:SfChart VerticalOptions="FillAndExpand">
. . .
</chart:SfChart>
</StackLayout>
</Frame> |
Also, we have prepared the sample for your reference. Please find the sample from the below link.
For more detail please refer the below KB document
Regards,
Yuvaraj.