ChartListbox Checkitems

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Ced
Newbie
Newbie
Posts: 4
Joined: Thu Oct 11, 2007 12:00 am

ChartListbox Checkitems

Post by Ced » Thu Aug 28, 2008 9:29 am

How do I find out which items are checked in the Chartlistbox? It seems that checking an item in the CLB does not change the visible property of the series, when selected..............

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 Aug 28, 2008 10:05 am

Hi Ced,

Have you associated the ChartListBox to a TChart? This works fine for me here using latest TeeChart for .NET v3 maintenance release available at the client area.

If problem persits could you please let us know the TeeChart version you are using and send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

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

Ced
Newbie
Newbie
Posts: 4
Joined: Thu Oct 11, 2007 12:00 am

Post by Ced » Thu Aug 28, 2008 2:17 pm

Ok seems to work. may of been an error somewhere else. I simple store the visible with the title in a hashtable and set them to the previous version after recreating the timeseries. thx

Post Reply