LinePoint series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

LinePoint series

Post by UserLS » Wed Nov 05, 2008 5:05 pm

I could not find in the editor, where I can change the appearance of the lines for this series. Am I missing something?

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 Nov 06, 2008 9:03 am

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;
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

UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

Post by UserLS » Mon Nov 10, 2008 3:30 pm

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.

Post Reply