Skip to content

Commit d9da3e6

Browse files
updated read me
1 parent fed6378 commit d9da3e6

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private async void Button_Click(object sender, RoutedEventArgs e)
7373
}
7474
```
7575

76-
**Note:** The Chart background is transparent. In JPEG format, RenderTargetBitmap converts it to a black background.
76+
**Note:** By default, the chart background is transparent. When using JPEG format, RenderTargetBitmap converts the transparent background to black. To resolve this, set the chart’s BackgroundColor to white or any preferred color.
7777

7878
**Chart output**
7979

@@ -83,16 +83,6 @@ private async void Button_Click(object sender, RoutedEventArgs e)
8383

8484
![chart.png](https://support.syncfusion.com/kb/agent/attachment/article/18644/inline?token=eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNobWFjLXNoYTI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjM0MjMyIiwib3JnaWQiOiIzIiwiaXNzIjoic3VwcG9ydC5zeW5jZnVzaW9uLmNvbSJ9.VhSO304zS7VSvBDSySJWOBxdySgRK0LWuAdmx3Vl4No)
8585

86-
### Github
87-
For a more detailed implementation and to view the sample demo, refer to the [Export Chart View as Image GitHub sample.](https://github.com/SyncfusionExamples/How-to-Export-Chart-as-Image-in-WinUI-Chart)
88-
89-
### Conclusion
90-
91-
I hope you enjoyed learning about how to Export Chart as Image in WinUI Chart.
92-
93-
You can refer to our [WinUI charts feature tour page](https://www.syncfusion.com/winui-controls/cartesian-charts) to know about its other groundbreaking feature representations and [documentation](https://help.syncfusion.com/winui/charts/getting-started), and how to quickly get started for configuration specifications.
94-
95-
For current customers, you can check out our components from the [License and Downloads page](https://www.syncfusion.com/sales/teamlicense). If you are new to Syncfusion, you can try our 30-day [free trial](https://www.syncfusion.com/account/manage-trials/downloads) to check out our other controls.
96-
97-
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our [support forums](https://www.syncfusion.com/forums/), [Display-Trac](https://support.syncfusion.com/create), or [feedback portal](https://www.syncfusion.com/feedback/winui?control=sfcartesianchart). We are always happy to assist you!
86+
### KB link
87+
For a more detailed, refer to the [Export Chart View as Image KB.](https://support.syncfusion.com/agent/kb/18644)
9888

0 commit comments

Comments
 (0)