I want to report data in a pivot graph
Typically the data is the following format:
DateTime (x-axis)
LoggerSerialNumber (can by multiple - multiple lines)
TemeratureReading (data)
I also want to be able to:
Change title
Change X Axis label
I thought of having fields a form for the above)
I would also like to be able to:
Select colours for each line
Set line thickness of each line
I understand that a pivot graph might be an overkill, but I have decided to user this project to learn pivot coding!