Hi Thierry,
Thanks for using Syncfusion products.
We are unable to get your exact requirement. Please give more information about your requirement. This would be helpful for us to serve you.
Please let us know if you have any queries.
Regards,
Muneesh Kumar G.
Hi Thierry,
Thanks for using Syncfusion products.
We have analysed the reported requirement. You can able to achieve this requirement by help of ScrollViewer property set with PanningMode as Both.
Code Snippet [XAML]:
<ScrollViewer PanningMode="Both" HorizontalScrollBarVisibility="Visible">
Please let us know if you have any query.
Thanks,
Karthikeyan V.
Hi Thierry,
Sorry for the inconvenience caused.
We have analysed the reported requirement. You can achieve your requirement by setting the ManipulationMode as System.
Code Snippet [XAML]:
<syncfusion:SfChart ManipulationMode="System" />
Please let us know if you require further assistance on this.
Thanks,
Karthikeyan V.