We are using the Chart component such as Pie, Bar, Line. We have a requirement to not use the colours Red & Green for displaying data.
The component seems to automatically choose what colours it will use to display data. Can we remove Reg & Green from this selection or is there somewhere where we can choose what colours the component will use?
You can have complete control over the color palette if you use one of the custom color models (CustomLinear and CustomSkin are more common). You can get more info on working with chart appearances here:http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Chart_Appearance.html
Specifically, check out "Custom Skin and Paint Elements" and "Assign Custom Colors to Chart Elements"