This is a Windows Forms application written in C# that uses MSChart to display data visualizations from COVID-19 data stored in a SQL Server database. The application includes a pie chart that shows the proportion of total number of cases in the provinces and territories for a selected date, and a line chart that shows the number of confirmed cases and number of individuals tested for a selected time frame and province/territory or for all of Canada.
The project available in this repository is an academic project and is not intended to be publicly available since it is related to academic coursework, and there is a potential for academic misconduct if it is used improperly. Therefore, only a video recording of the project is available for viewing.
If you would like to request access to code base and additional materials related to this project, please contact me directly and make your request. Please note that access to any additional materials will be granted solely at my discretion and only for legitimate educational or research purposes.
By accessing the video recording of this project, you acknowledge and agree that you will not use it for any unauthorized or unethical purposes, and that any misuse of the project may result in serious consequences, including academic penalties and disciplinary action.
- Pie chart showing the proportion of total number of cases in the provinces and territories for a selected date
- Line chart showing the number of confirmed cases and number of individuals tested for a selected time frame and province/territory or for all of Canada
- User can select a date and time frame, and choose a province/territory or all of Canada
- Data is loaded from a SQL Server database
- User can load the data from a .csv file
- Good user interface with clear labels and data
- C# language
- Windows Forms for the GUI
- MSChart for data visualization
- SQL Server for database management
- Windows operating system
- Visual Studio IDE installed
- .NET Framework 4.7.2 or later installed
- SQL Server database with COVID-19 data
- COVID-19 data in a .csv file format
1. Clone the repository:
2. Open the project in Visual Studio.
3. Edit the connection string in the app.config file to match your SQL Server database settings.
4. Build the project and run it.
5. Select the date and time frame, and choose a province/territory or all of Canada.
6. Click the "Pie Chart" or "Line Chart" button to display the corresponding chart.