plotting multiple line series on one graph?
I generated a touchgfx project and figured out the structures. I am able to change the chart and plot new data. What I don't understand is the generator it allows me to create multiple lines but I can't figure out a way two separate the data or add data for each line. It looks like in order to have multiple series on one chart I have to overlay separate charts on top of each other? If not, how do I add Data for each individual line? For instance, I created a dynamic chart. I added four lines and then asked her to generate dummy data. The chart is 800 points wide and it generated 800 points of dummy data even though I would've thought it would generate 3,200 pts. I then looked at the resulting code and I can't see any way to add Data to each line. I read some of the other posts it looks like I have to have a separate graph object. I assume I overlay those on top of each other?
Thanks, this coupled with freertos has opened up some new capabilities for our app.