Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

We are currently migrating from Xamarin to MAUI.


We used the Xamarin SfChart in background to draw it to a pdf file using GetStream() method. Unfortunately this feature isn't applicable in MAUI using SfChartesionChart.


Using MAUIs buildin CaptureAsync() extension method does not solve the problem as it only works if the chart is actually displayed.


Please provide an ability to render SfChartesionChart to an image while not drawing it on screen.


Many thanks!