Thanks for the Pallete idea.
I currently have a problem where my stacked bar chart does not change bar colors unless i use Solid... ie:
cs.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.Solid;
Otherwise, the color does not change when I do this:
cs.Appearance.FillStyle.MainColor = Color.Yellow
Is this by design or something I am doing wrong?
Thanks,
John