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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ Discover how to build a real-time ECG monitoring application using .NET MAUI and
4
4
5
5
## Overview
6
6
7
-
Real-time data visualization is essential in many modern applications, from healthcare monitoring to stock market tracking. This project demonstrates how to leverage .NET MAUI and Syncfusion's chart components to create a smooth, efficient ECG monitor that updates at 100Hz with realistic waveform patterns.
7
+
Real-time data visualization is essential in many modern applications, from healthcare monitoring to stock market tracking. This project demonstrates how to leverage .NET MAUI and Syncfusion®'s chart components to create a smooth, efficient ECG monitor that updates at 10Hz with realistic waveform patterns.
8
8
9
9
The sample application shows how to implement a scrolling time-series chart that continuously updates with new data points while maintaining performance across all platforms. Whether you're developing medical software, IoT dashboards, or financial applications, this project provides the foundation for building sophisticated real-time visualizations.
10
10
11
11
## Key Features
12
12
13
13
### Smooth Real-Time Updates
14
-
-100Hz refresh rate (1000ms updates) with smooth animation
14
+
-10Hz refresh rate (100ms updates) with smooth animation
15
15
- Scrolling window showing the most recent 100 data points
16
16
- Efficient rendering using FastLineSeries for optimal performance
17
17
@@ -27,22 +27,22 @@ The sample application shows how to implement a scrolling time-series chart that
27
27
28
28
## Technologies Used
29
29
30
-
-**.NET MAUI**� Cross-platform app framework
31
-
-**Syncfusion� .NET MAUI Components**�[SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html) with FastLineSeries
32
-
-**MVVM Pattern**� Clean architecture with ObservableCollection for live data
33
-
-**C# & XAML**� UI + logic
30
+
-**.NET MAUI**- Cross-platform app framework
31
+
-**Syncfusion® .NET MAUI Components**-[SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html) with FastLineSeries
32
+
-**MVVM Pattern**- Clean architecture with ObservableCollection for live data
33
+
-**C# & XAML**- UI + logic
34
34
35
35
## Syncfusion Controls Used
36
36
37
-
This project leverages Syncfusion's high-performance charting controls:
37
+
This project leverages Syncfusion®'s high-performance charting controls:
38
38
39
-
-**[SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html)**� Base chart control with excellent rendering performance
40
-
-**[FastLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastLineSeries.html?tabs=)**� Optimized for high-frequency data updates
39
+
-**[SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html)**- Base chart control with excellent rendering performance
40
+
-**[FastLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastLineSeries.html)**- Optimized for high-frequency data updates
41
41
42
42
## Troubleshooting
43
43
44
44
### Path Too Long Exception
45
45
46
46
If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
47
47
48
-
Refer to the KB article on [How to create a live chart using .NET MAUI Toolkit?](https://support.syncfusion.com/agent/kb/19960) for better understanding along with relevant code snippets.
48
+
Refer to the KB article on [How to create a live chart using .NET MAUI Toolkit?](https://support.syncfusion.com/kb/article/19960/how-to-create-a-live-chart-using-net-maui-toolkit) for better understanding along with relevant code snippets.
0 commit comments