Transparent Points

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
rf2005
Newbie
Newbie
Posts: 11
Joined: Fri Jul 28, 2006 12:00 am

Transparent Points

Post by rf2005 » Tue Dec 12, 2006 8:39 am

In C# I have added points (fastline.add(DateTime, value, color) to a fast series with 'Color.Transparent'. That part of the series will be transparent as long as debugged in Visual Studio 2005, but in the .exe-file an expception is thrown, caused by 'Color.Transparent'.
How can I best handle (add) transparent points in a fast series?

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

Post by Narcís » Tue Dec 12, 2006 9:23 am

Hi rf2005,

I'm not able to reproduce this problem here neither building the application in debug mode nor building it in release mode. I'm using the latest TeeChart for .NET v2 version available at the client area. Which TeeChart version are you using?

If the problem persists could you please send us an example project we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
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

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

Post by Narcís » Tue Dec 12, 2006 2:06 pm

Hi rf2005,

Thanks for the code file. However, would you be so kind to send us an example project we can run "as-is" and debug to reproduce the problem here? Would be helpful either a project using your UserControl or a simpler example project, without the UserControl, reproducing the issue.

It would be also helpful knowing the TeeChart version you are using.

Thanks in advance.
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

Post Reply