diff --git a/README.md b/README.md index 0f9c4d5..cec859b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,88 @@ -# How-to-Export-Chart-as-Image-in-WinUI-Chart -How to Export Chart as Image in WinUI Chart +# How to Export Chart as Image in WinUI Chart +This article provides a detailed walkthrough on how to export a [WinUI Cartesian Chart](https://www.syncfusion.com/winui-controls/cartesian-charts) as an image. You can export the chart view in your desired file format, with supported formats being **JPEG** and **PNG.** + +### Initialize SfCartesianChart: + +Set up the **SfCartesianChart** following the [ Syncfusion WinUI Cartesian Chart documentation.](https://help.syncfusion.com/winui/cartesian-charts/getting-started) + ```xml + + + .... + + + + + + + +