Skip to content

Commit cd4a9f0

Browse files
Updated readme file
1 parent 3a7951c commit cd4a9f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Live ECG Monitor.gif

1.41 MB
Loading

LiveChartMAUI/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
HorizontalOptions="Fill"
2222
HorizontalTextAlignment="Center"
2323
VerticalOptions="Center"
24-
FontSize="16"/>
24+
FontSize="26"/>
2525
</chart:SfCartesianChart.Title>
2626

2727
<chart:SfCartesianChart.XAxes>

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create Real-Time ECG Monitoring with .NET MAUI & Syncfusion Charts
22

3-
Discover how to build a real-time ECG monitoring application using .NET MAUI and [SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html). This guide walks you through creating a responsive, live-updating visualization that's perfect for medical applications, IoT dashboards, or any scenario requiring real-time data visualization.
3+
Discover how to build a real-time ECG monitoring application using .NET MAUI and [SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html). This open-source project shows you how to create a responsive, live-updating visualization for medical applications, IoT dashboards, and any scenario requiring real-time data displays.
44

55
## Overview
66

@@ -39,6 +39,8 @@ This project leverages Syncfusion®'s high-performance charting controls:
3939
- **[SfCartesianChart](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.SfCartesianChart.html)** - Base chart control with excellent rendering performance
4040
- **[FastLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastLineSeries.html)** - Optimized for high-frequency data updates
4141

42+
![Live ECG Monitor](https://github.com/user-attachments/assets/a4c2abb7-3e0e-4b86-a873-e427fa2de27d)
43+
4244
## Troubleshooting
4345

4446
### Path Too Long Exception

0 commit comments

Comments
 (0)