axis visibility

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
noaksey
Newbie
Newbie
Posts: 55
Joined: Wed May 23, 2007 12:00 am

axis visibility

Post by noaksey » Wed Jun 03, 2009 4:06 pm

hey,

I've got a normal tchart with one line added to it and filled with sample values, and the legend has checkboxes.

Now if i uncheck the checkbox, the line disappears, and so do the axis labels and title. At this point, is there any way of telling if this has happened, i.e the labels/title or even axis is no longer visible because the all traces associated with it are turned off?

I've tried the Axis.Visible and the Axis.Labels.Visible property but they still return true.

Regards,

Chris.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Jun 04, 2009 9:21 am

Hi noaksey,

This should happen only when you chart has no series set as visible or no series assigned to an axis. So you could loop into you chart series list and check it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply