Hello Agyeman,
You need to set
RadChart.Series[0].Appearance.FillStyle.MainColor property to the desired color. You can do this for each series in the chart. You can find more details about RadChart series
here.
Here is an example:
<Series> |
<telerik:ChartSeries Name="Series 1" Type="StackedBar"> |
<Appearance> |
<FillStyle FillType="Solid" MainColor="Red"> |
</FillStyle> |
</Appearance> |
<Items> |
......... |
Hope this helps.
Regards,
Ves
the Telerik team