I am creating a line report by adding dynamically the values for the series. Also, i am trying to set a different color for every line but I can't do that, since it is always setting default colors.
I tried by setting it for every element in the series via AddItem method (serie.AddItem(itemValue, null, colorToSet) but it didn't work. Also I tried to set it via the property Appearance.FillStyle.MainColor of every series item and didn't work too. Finally, I tried with SetColors method and did not work.
What should I do in order to set dynamically the color of every series line?