Hi, I have seen the colour chart posted in the FAQ, does anyone have an equivalent chart that can be used for c#? I am currently trying to set the forecolor of a line object, which takes an integer value.
I have tried the following but it throws a runtime error saying the parameter is incorrect
arrow.Line.ForeColor = Color.Red.ToArgb();
Any help would be appreciated
Thanks tea_boy