This question is locked. New answers and comments are not allowed.
I'm having some trouble figuring out how to create a simple bar chart with 1-to-n number of bars.
That is, my users may select any number (less than 6, let's say) of data indicators and would like to see them graphed. So far, it seems like I have to manually create a BarSeries for each indicator I want to graph. However, it's dynamic and may not always show the same data from one use to the next.
For example, a user may want to see a graph for items A, B and C. Then return to the selection screen and want to see a graph for items E and F.
Is there any way to accomplish this?
Thanks,
That is, my users may select any number (less than 6, let's say) of data indicators and would like to see them graphed. So far, it seems like I have to manually create a BarSeries for each indicator I want to graph. However, it's dynamic and may not always show the same data from one use to the next.
For example, a user may want to see a graph for items A, B and C. Then return to the selection screen and want to see a graph for items E and F.
Is there any way to accomplish this?
Thanks,