Page 1 of 1

set the color of points

Posted: Thu Jan 13, 2005 9:26 am
by 8127944
I tried to set the color of the points of a line to a new value.
But it seems that this does not work.
You can easy reproduce this effect by using the TeeChart Editor.
If you want to change the "Pattern" on the point-tab-page of a line series you will see no effect. At least when you change the solid color.
The Gradient properties seem to work.

My workaround to give the points of a line series a new solid color is to use the gradient properties (No Middle Color, Start- and End-Color the same).

Is there a better way?

Thanks a lot, Markus.

Posted: Thu Jan 13, 2005 11:02 am
by narcis
Hi Markus,

You're right, this is a bug. I have added it to our defect list to be fixed for future releases.

You can also set the color populating the series using:

Code: Select all

line1.Add(1, 3, Color.Blue);

Posted: Thu Jan 13, 2005 11:06 am
by 8127944
Thats ok, my programs also has enough bugs.
I am shure you keep going to improve your software.

Thanks for your quick reply, Markus.