Label Chart (Line/Marker)
Hi,
I'm currently using a label chart (line/marker) to display some data.
I want to have multiple sets of data displayed on the chart, and I know that I can use multiple datasources inherent to the chart to do that. However, the problem is, that the number of these sets of data is dynamic.
For example, let's say I want to display data for fastfood places where the y axis and the x axis for these sets of data are the same. However, when the user adds another fastfood place to the database, I want that to show up on my label chart without me having to manually bringing in the new set of data for the new fastfood place that was added and binding it to one of the datasources of the label chart. How do I accomplish this?
Thank you!

