Hi all,
I am encountering a problem is that I want to make the Chart to adjust its size automatically depends on the screen size.
But if I did not set the chart's height, then the chart cannot show up (just blank).
On the contrary, the chart shows when I get it a height size(ex:100, 300, 500 can show up).
The official tutorial only say that the chart has to set its VerticalOptions and HorizontalOptions to 'FillAndExpand'.
https://www.syncfusion.com/kb/5722/how-to-add-the-chart-inside-stacklayout-scrollview?_ga=2.150690226.549192497.1607585422-169694129.1559643640
Is there any way to show the chart without setting its size?
Attachment:
code_4e79ffec.zip