Hi Torrent,
Thanks for using Syncfusion products.
We have exported chart as image by using RenderTargetBitmap in UWP. If control background is “Transparent”, then output of control image background will be “Black” in RenderTargetBitmap. However, we can resolve this problem by setting chart Background as White to get white background image as shown in the below code snippets.
Code snippet[Xaml]:
|
<chart:SfChart BackgroundColor="White">
. . .
</chart:SfChart> |
Code snippet[C#]:
|
chart.BackgroundColor = Color.White; |
Please let us know if you need any further assistance.
Regards,
Divya Venkatesan