Skip to content

Commit a97a9aa

Browse files
committedJan 20, 2025
changes made
1 parent 8fe81e2 commit a97a9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Visualize-JSON-Data-Quickly-Using-WPF-Chart
1+
# Visualize JSON Data Quickly Using WPF Chart
22

33
JSON is one of the most widely used data formats, but working with it can be challenging.
44

@@ -7,7 +7,7 @@ This article focuses on extracting data from JSON files and visualizing it using
77
Four easy steps can be used to quickly display data from a JSON web service using the WPF Charts simplicity:
88
1. Retrieve the data from json string or web service using HttpClient.
99
2. Deserialize the JSON data to create a list of ExpandoObject.
10-
3. List of ExpandoObjects to DataTable Conversion
10+
3. List of ExpandoObjects to DataTable Conversion.
1111
4. Set the ItemsSource property of the chart to the data table along with the binding path of the X and Y in the Chart Series.
1212

1313
![Create beautiful charts using JSON data in WPF](https://github.com/SyncfusionExamples/Visualize-JSON-Data-Quickly-Using-WPF-Chart/blob/master/WPFChartJSONDataOverview.gif)

0 commit comments

Comments
 (0)