Hi
I have a page where I am adding the items programmatically and specifying the colour of the bar. This works fine except that the FillType="Solid" specified in my ascx seems to be overidden and the bars fade with a gradient.
ascx:
then adding items in code-behind:
If I remove the Color param in the code, all bars display a solid white.
Thanks