Skip to content

Commit 4654c59

Browse files
Update README.md
1 parent 5d77daf commit 4654c59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ This example illustrates how to bind the JSON data to the [.NET MAUI charts](htt
44

55
JSON data cannot be bound directly to the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html?tabs=tabid-1), so you should deserialize the JSON data to a bindable format. Use the open-source NuGet [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) to serialize and deserialize the JSON objects.
66

7+
## Overview
8+
9+
Syncfusion’s SfCartesianChart in .NET MAUI supports binding to a variety of data sources, including JSON arrays. This allows developers to dynamically load chart data from web APIs, local files, or embedded resources using deserialized JSON objects.
10+
11+
## Use cases
12+
13+
- Dynamic Data Loading: Load chart data from REST APIs that return JSON.
14+
- Offline Visualization: Bind charts to locally stored JSON files for offline scenarios.
15+
- Data Transformation: Preprocess JSON data before binding to customize chart behavior.
16+
- Cross-Platform Sharing: Use JSON as a portable format to share chart data across platforms.
17+
- Real-Time Dashboards: Update chart data dynamically by parsing live JSON feeds.
18+
719
The following steps explain how to pass JSON data to the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html?tabs=tabid-1).
820

921
**JSON data**

0 commit comments

Comments
 (0)