Hello,
I'm having an issue with trying to dynamically add series. For example, I have a for loop that cycles through a few items, with each item being a series I want added. I've tried various different ways of doing this, but what happens is every time I add a series dynamically the app goes white and crashes in run time.
The reason I'm doing this is I need different colors based on certain values and I'm not sure if there is a way to change the color of a series item. Here is some example code:
Thoughts? Thanks for your time.