You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Visualize-JSON-Data-Quickly-Using-WPF-Chart
1
+
# VisualizeJSONDataQuicklyUsingWPFChart
2
2
3
3
JSON is one of the most widely used data formats, but working with it can be challenging.
4
4
@@ -7,7 +7,7 @@ This article focuses on extracting data from JSON files and visualizing it using
7
7
Four easy steps can be used to quickly display data from a JSON web service using the WPF Charts simplicity:
8
8
1. Retrieve the data from json string or web service using HttpClient.
9
9
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.
11
11
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.
12
12
13
13

0 commit comments