Page 1 of 1

LinePoint series

Posted: Wed Nov 05, 2008 5:05 pm
by 14045174
I could not find in the editor, where I can change the appearance of the lines for this series. Am I missing something?

Posted: Thu Nov 06, 2008 9:03 am
by narcis
Hi Profitstar,

Yes, I've found this is missing in the chart editor. I've added the issue (TF02013541) to the list to be fixed. In the meantime you can do it at runtime, for example:

Code: Select all

			linePoint1.LinePen.Color = Color.Blue;

Posted: Mon Nov 10, 2008 3:30 pm
by 14045174
Unfortunately, its our users who are going to want to find this option in the editor to make a change :? ... Hopefully, by the time we will release the .NET version you will add it to the editor.