Skip to content

Commit 17baaac

Browse files
Update README.md
1 parent c873ce3 commit 17baaac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Visualize-JSON-Data-Quickly-Using-WPF-Chart
2-
One of the most widely used data formats is JSON, but working with it can be challenging. This application enables the creation of charts and the user-friendly processing of JSON data.
2+
3+
Four easy steps can be used to quickly display data from a JSON web service using the WPF Charts simplicity:
4+
1. Retrieve the data from json string or web service using HttpClient.
5+
2. Deserialize the JSON data to create a list of ExpandoObject.
6+
3. List of ExpandoObjects to DataTable Conversion
7+
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.
8+

0 commit comments

Comments
 (0)