Hi Eddie Green,
Greetings from Syncfusion.
We have checked the reported query and chart has been
rendered by setting the FillAndExpand to its both horizontal and
vertical options as per in below code snippet
|
<StackLayout> <xForms:SfChart
HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
<xForms:SfChart.PrimaryAxis>
<xForms:CategoryAxis> </xForms:CategoryAxis>
</xForms:SfChart.PrimaryAxis>
<xForms:SfChart.SecondaryAxis>
<xForms:NumericalAxis>
</xForms:NumericalAxis>
</xForms:SfChart.SecondaryAxis> </xForms:SfChart> </StackLayout> |
To know more about this, please refer
https://www.syncfusion.com/kb/5722/how-to-add-the-chart-inside-stacklayout-scrollview
Regards,
Hemalatha M.
Hi Eddie,
The changes are included in Live
https://help.syncfusion.com/xamarin/charts/getting-started#initialize-chart
Regards,
Hemalatha M.