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.
Detecting visibility of a series group
-
- Advanced
- Posts: 192
- Joined: Thu Feb 01, 2007 12:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |