This question is locked. New answers and comments are not allowed.
Hi,
I want to change color of series in radChart Dynamically, but I Cant. I wrote below codes to do but seri's color didn't change.
1. RadChart1.Series.GetByName(cmbSeries.SelectedValue).PlotArea.Appearance.FillStyle.MainColor = Color.Black
or
2. RadChart1.Series.GetByName(cmbSeries.SelectedValue).SetColors(Color.Black)
or
I want to change color of series in radChart Dynamically, but I Cant. I wrote below codes to do but seri's color didn't change.
1. RadChart1.Series.GetByName(cmbSeries.SelectedValue).PlotArea.Appearance.FillStyle.MainColor = Color.Black
or
2. RadChart1.Series.GetByName(cmbSeries.SelectedValue).SetColors(Color.Black)
or
3. RadChart1.Series.GetByName(cmbSeries.SelectedValue).Appearance.LineSeriesAppearance.Color = Color.Black
is there any way to change it?
Thanks for your help,
Rebecca