Open DavidWood2001-zz opened 5 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.
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.
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.