Skip to content

Commit 3a7951c

Browse files
Updated sample
1 parent 110ff36 commit 3a7951c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

LiveChartMAUI/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
VerticalOptions="Fill">
1616

1717
<chart:SfCartesianChart.Title>
18-
<Label Text="Live ECG Monitor (100Hz)"
18+
<Label Text="Live ECG Monitor (10Hz)"
1919
Margin="0,0,0,5"
20-
Padding="0,20,0,0"
20+
Padding="0,40,0,40"
2121
HorizontalOptions="Fill"
2222
HorizontalTextAlignment="Center"
2323
VerticalOptions="Center"

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Discover how to build a real-time ECG monitoring application using .NET MAUI and
44

55
## Overview
66

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.
88

99
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.
1010

1111
## Key Features
1212

1313
### Smooth Real-Time Updates
14-
- 100Hz refresh rate (1000ms updates) with smooth animation
14+
- 10Hz refresh rate (100ms updates) with smooth animation
1515
- Scrolling window showing the most recent 100 data points
1616
- Efficient rendering using FastLineSeries for optimal performance
1717

@@ -27,22 +27,22 @@ The sample application shows how to implement a scrolling time-series chart that
2727

2828
## Technologies Used
2929

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
3434

3535
## Syncfusion Controls Used
3636

37-
This project leverages Syncfusion's high-performance charting controls:
37+
This project leverages Syncfusion®'s high-performance charting controls:
3838

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
4141

4242
## Troubleshooting
4343

4444
### Path Too Long Exception
4545

4646
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.
4747

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

Comments
 (0)