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.
set the color of points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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 |
Instructions - How to post in this forum |