DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Graphics Library #20

Open DavidWood2001-zz opened 4 years ago

DavidWood2001-zz commented 4 years ago

Using the templates from the BOOKS and LIBRARY exercises on the DLE, design the graphics library in a separate .dll file (the same one as used for everything else) to be used for this project and other later projects if needed.

DavidWood2001-zz commented 4 years ago

Make sure that there is line graph and bar graph functionality. These need to be modular so that file size and number of columns are not an issue. Take the number of columns to be the number of bars for the bar graph and 2 variables of your choosing (longitude,latitude) to be for the line graph.

DavidWood2001-zz commented 4 years ago

You could - at a later stage - add tabs to allow for more graphs to be drawn for one file and allow the user to switch between them.