Skip to content

Commit 8fc69b9

Browse files
Merge pull request #2 from SyncfusionExamples/WPF-61990-Update-readme
WPF-61990 Update readme
2 parents e63ccf2 + ed3c534 commit 8fc69b9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Real timeline Chart in WPF
2-
This demo explains how to create a real time chart in WPF
1+
# How to create a real time Chart (SfChart) using MVVM in WPF
32

4-
[How to create a real time Chart (SfChart) using MVVM in WPF
5-
](https://www.syncfusion.com/kb/11416/?utm_medium=listing&utm_source=github-examples)
3+
This demo explains how to create a real time [chart in WPF](https://help.syncfusion.com/wpf/charts/getting-started).
64

7-
The following code example illustrates how to update the ItemsSource bound to chart series in real time use case.
5+
The following code example illustrates how to update the **ItemsSource** bound to chart series in real time use case.
86

97
**[XAML]**
108

@@ -161,6 +159,16 @@ public class DataGenerator
161159
}
162160
163161
```
162+
## Output:
164163

165-
KB article - [Real timeline Chart in WPF](https://www.syncfusion.com/kb/11416/how-to-create-a-real-time-chart-sfchart-using-mvvm-in-wpf)
164+
![Real timeline Chart in WPF](https://user-images.githubusercontent.com/53489303/200725932-8b21e2ce-d5b3-451a-917f-b68b1886b692.gif)
166165

166+
KB article - [How to create a real time Chart (SfChart) using MVVM in WPF](https://www.syncfusion.com/kb/11416/how-to-create-a-real-time-chart-sfchart-using-mvvm-in-wpf)
167+
168+
## See also
169+
170+
[How to bind a simple collection to Chart (SfChart) in WPF](https://help.syncfusion.com/wpf/charts/databinding#binding-a-simple-collection-to-the-chart)
171+
172+
[Tips to improve the performance of Chart in WPF](https://help.syncfusion.com/wpf/charts/performance)
173+
174+
[What are the available types of Chart](https://help.syncfusion.com/wpf/charts/series)

0 commit comments

Comments
 (0)