LinePoint series
LinePoint series
I could not find in the editor, where I can change the appearance of the lines for this series. Am I missing something?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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;
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 |