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

SfChart in ScrollView container

In Windows Universal App (Windows Phone version) I would insert two sfchart into a scrollview control.
But, in this case, I can not scroll the two graphs by dragging them with finger.
Why?


3 Replies

SS Sheik Syed Abthaheer M Syncfusion Team March 3, 2015 02:01 PM UTC

Hi Claudio,

Thanks for using Syncfusion products.

We are able to scroll the chart in Scrollviewer by setting the ManipulationMode as System as shown in the below code snippet.

Code Snippet[Xaml]:

<charts:SfChart ManipulationMode="System">

</charts:SfChart>


Note: If we set the ManipulationMode as System the pinch related zooming will not be work in chart, because the scrollviewer handled the manipulation function.

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

Regards,
M.Sheik



CL Claudio March 7, 2015 07:07 PM UTC

Now it work well, thanks! :)


SS Sheik Syed Abthaheer M Syncfusion Team March 9, 2015 04:10 AM UTC

Hi Claudio,

Thanks for your update.

Please let us know if you need any further assistance on this.

Regards,
M.Sheik


Loader.
Live Chat Icon For mobile
Up arrow icon