- Home
- Forum
- Xamarin.Android
- SfChart Not Displaying
SfChart Not Displaying
Attachment: TestChart_c614a93a.zip
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.
- 5 Replies
- 3 Participants
- Marked answer
-
EG Eddie Green
- Jul 6, 2020 03:36 PM UTC
- Jul 21, 2020 03:42 PM UTC