Page 1 of 1

Detecting visibility of a series group

Posted: Mon May 21, 2007 12:26 pm
by 8739068
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.

Posted: Mon May 21, 2007 1:27 pm
by narcis
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.