Detecting visibility of a series group

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike Jones
Advanced
Posts: 192
Joined: Thu Feb 01, 2007 12:00 am
Contact:

Detecting visibility of a series group

Post by Mike Jones » Mon May 21, 2007 12:26 pm

Is there a programatic way of detecting if a series group is visible or not?

I have more than one series group. I can call the Show and Hide methods, but I have no way to access a visible property on this object to determine at run time if a group is visible or not. Seems like there should be a Visible property on this class.

I am using V2.

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

Post by Narcís » Mon May 21, 2007 1:27 pm

Hi Mike,

I've added your request to our wish-list to be considered for inclusion in future releases.

In the meantime, you can try with Contains method and looping through TeeChart series and if the series contained in the group are not visible the group may not be visible.
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