Group: Forum Members
Last Active: 4 Years Ago
Posts: 49,
Visits: 179
|
I have created Series with following fill style as:
chartSeries.FillStyle = new NColorFillStyle(Color.Red);
But, Color fillColor = (chart.Series[i] as NSeries).FillStyle.GetPrimaryColor().ToColor();
When i compare this with this fillColor == Color.Red. It returns false.
Why these doesn't match, even i have converted return NColor object to Color using it's method ToColor().
Any Help will be appreciated.
Thanks in Advance.
|