Axis visiblity with no Series

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

Axis visiblity with no Series

Post by jhirsch » Tue Jan 20, 2009 6:34 pm

Hello,

Using TChart .NET v3...
Standard Chart with multiple FastLine series...

I'm trying to make an Axis (Labels / Ticks) visible at all times, whether the Chart has no Series or a Series that is not visible.

I'm wondering if you can point me in the right direction... whether I can accomplish this with a custom axis, or maybe to have a "dummy" Series with null values...

Thanks,
JHirsch

jhirsch
Newbie
Newbie
Posts: 4
Joined: Fri Oct 26, 2007 12:00 am

Easy way to accomplish this...

Post by jhirsch » Tue Jan 20, 2009 7:00 pm

Easy way to handle this...
Make an "invisible" series (with the Color set to transparent). I'm using a custom legend outside the Chart so the user never sees the "invisible" series.
Works great...

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

Post by Narcís » Wed Jan 21, 2009 9:25 am

Hi JHirsch,

Another solution is manually setting axes scales as I suggested here.
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