Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 643 Bytes

File metadata and controls

9 lines (7 loc) · 643 Bytes

Visualize-JSON-Data-Quickly-Using-WPF-Chart

Four easy steps can be used to quickly display data from a JSON web service using the WPF Charts simplicity:

  1. Retrieve the data from json string or web service using HttpClient.
  2. Deserialize the JSON data to create a list of ExpandoObject.
  3. List of ExpandoObjects to DataTable Conversion
  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.

Create beautiful charts using JSON data in WPF