set the color of points

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Markus
Newbie
Newbie
Posts: 23
Joined: Tue Nov 23, 2004 5:00 am
Location: Austria
Contact:

set the color of points

Post by Markus » Thu Jan 13, 2005 9:26 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 13, 2005 11:02 am

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);
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Markus
Newbie
Newbie
Posts: 23
Joined: Tue Nov 23, 2004 5:00 am
Location: Austria
Contact:

Post by Markus » Thu Jan 13, 2005 11:06 am

Thats ok, my programs also has enough bugs.
I am shure you keep going to improve your software.

Thanks for your quick reply, Markus.

Post Reply