Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janluksoft/wpfmvvmbarchart
A simple WPF application with MVVM pattern with a bar chart
https://github.com/janluksoft/wpfmvvmbarchart
c-sharp chart chart-bars dotnet mvvm mvvm-pattern user-control wpf wpf-application
Last synced: about 2 months ago
JSON representation
A simple WPF application with MVVM pattern with a bar chart
- Host: GitHub
- URL: https://github.com/janluksoft/wpfmvvmbarchart
- Owner: janluksoft
- Created: 2022-10-06T12:39:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T12:39:06.000Z (over 2 years ago)
- Last Synced: 2024-01-08T21:35:41.166Z (about 1 year ago)
- Topics: c-sharp, chart, chart-bars, dotnet, mvvm, mvvm-pattern, user-control, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPF MVVM BarChart
A simple WPF application with MVVM pattern with a bar chartThe application contains a database 'Months' in the form of an ObservableCollection list. Using the MVVM pattern, the list is connected to view elements. Changing an entry in the DataGrid table view changes the data in the 'Months' list and automatically feedbacks in the bar chart.
## Details
VS2017 and Target Framework: .NET Framework 4.6.1![](WPF_Dynamic_charting.png)
I have also included below a similar graphical illustration of the relationship between the main window and UserControl from where the application mechanism starts.
![](WPF_UserControl_relationship.png)