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
This demo explains how to create a real time [chart in WPF](https://help.syncfusion.com/wpf/charts/getting-started).
6
4
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.
8
6
9
7
**[XAML]**
10
8
@@ -161,6 +159,16 @@ public class DataGenerator
161
159
}
162
160
163
161
```
162
+
## Output:
164
163
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
+

166
165
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