Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# WPF MVVM BarChart
A simple WPF application with MVVM pattern with a bar chart

The 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)