Hello Masoud,
You can set the ItemStyle of the series in its constructor and change its color as it is shown in our help article Styling the Chart Series:
I hope this information will help you to customize the chart per your requirements.
Regards,
Milena
Telerik
You can set the ItemStyle of the series in its constructor and change its color as it is shown in our help article Styling the Chart Series:
BarSeriesDefinition barDefinition =
new
BarSeriesDefinition()
{
ItemStyle =
this
.Resources[
"MyBarStyle"
]
as
Style
};
barDefinition.Appearance.Fill =
new
SolidColorBrush(Colors.Orange);
I hope this information will help you to customize the chart per your requirements.
Regards,
Milena
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items