Hi, we're using 11.2.20112.2004 and have a column chart setup with series. I've set a simple horizontal gradient effect with the pure random color model. Running our app (or you can simply just open/close the designer) to see that it will "randomly" show some side by side columns with correctly rendered gradient and some columns will remain flat color. It appears the legend color gradient is in synch with the bar gradient.
And if i have N side by side columns in each series, the same column will be rendered the same across all the series. If column 1 is flat in series 1 it's flat in series 2. If column 2 is gradient correct in series 1 it's correct in series 2, etc.
But the bug appears that not *all* columns have the same gradient effect applied.
We had previously upgraded from 10.2 and didn't see this bug before.
Hello ,
What you mean by “that not *all* columns have the same gradient effect applied”, I am not sure what should I looking for. Could you please give me the exactly steps which I should follow in order to reproduce your issue on my machine. If it is possible could you post a small sample where your issue is reproducible. Could you please use some screenshots in order to explain which exactly gradient causing your issue.
I am waiting for your details.
Here's a screen shot that I should have posted before. This is taken right from the designer, the color model is set to Pure Random so opening and closing will randomly change the column colors, but here you can see the #0 and #2 columns have the horizontal gradient applied but the #1 column does not. The column that does not get the correct gradient will vary randomly.
Hello,
Thank you for the screenshot. Gradient style comes from the Effects collection. Also each series has a PEs collection which will be used to determine the appearance of this series. So maybe you are setting FillGardientStyle to None of one of your series. Or you are apply override to your chart:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Chart_Apply_an_Override_to_a_Chart.html
If you post a small sample I will look into it and will try to narrow what exactly causing your issue.
I am waiting for your feedback.
That doesn't explain the non-gradient column from randomly appearing and randomly changing series column. If we were setting a fill gradient style of none on one of the series in the designer properties it would always display the same series column, with just random color choices.
We have dropped the pure random color model and have set a finite set of PE colors to work around this for now.
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.