Hi,
I am trying to set some customised colours to the chart series by using the following code:
baseHourSeries.Appearance.FillStyle.MainColor = System.Drawing.Color.Red;
baseHourSeries.Appearance.FillStyle.SecondColor = System.Drawing.Color.Red;
But it seems that the default colour scheme of the skin I am using is overriding my settings. The strange thing is some colours I set are shown, such as red and yellow, while others like blue or green are hidden away. Is there any flag or property I need to set to make my settings effective?
One more bigger question: It seems that a Chart skin is quite different from the skins of other Telerik controls. How can I disable the built-in skins and create my own customised ones?
Thank you very much for your help.