We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Chart won't render in IOS

Hi,

In my page i have a chart wrapped in a stacklayout, but in ios the grid won't render.
On WP8 it does render, also wrapped in a grid same problem if i remove the grid or stacklayout wrapper is does render.
Any solution for this?

3 Replies

YP Yuvaraj Palanisamy Syncfusion Team May 22, 2015 12:49 PM UTC

Hi Rlk,

Thanks for using Syncfusion products.

We have analyzed your requirement. In order to place the chart inside StackLayout or GridLayout with available space, you have to set VerticalOptions (HorizontalOptions for horizontal StackLayout) property of Chart to FillAndExpand as like in below code snippet.

Code snippet[C#]:

Chart.VerticalOptions = LayoutOptions.FillAndExpand;




Please let us know if you require further assistance on this.

Thanks,
Yuvaraj P


RI RIk May 26, 2015 06:33 AM UTC

Thx Yuvaraj !! It's working !!


YP Yuvaraj Palanisamy Syncfusion Team May 26, 2015 12:41 PM UTC

Hi Rlk,

Thanks for the update.

Please let us know if you require further assistance on this.

Thanks,
Yuvaraj P

Loader.
Live Chat Icon For mobile
Up arrow icon