|
Group: Forum Members
Posts: 49,
Visits: 179
|
Hi,
Thanks for your reply, i understand that what is going wrong.
Well i have solved this problem as:
Color x = (chart.Series[i] as NSeries).FillStyle.GetPrimaryColor().ToColor(); Color y = NColor.FromString(PreDefinedSeriesColors[i].Name).ToColor();
and comparison of x and y returns true.
Regards, Niranjan
|