Custom labels separation

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
bairog
Newbie
Newbie
Posts: 72
Joined: Fri Jul 07, 2006 12:00 am
Location: Moscow, Russia
Contact:

Custom labels separation

Post by bairog » Wed Jun 20, 2007 10:43 am

A add several custom labels using Axis.Labels.Items.Add method. There are so many of them that they are intersecting. I set Axis.Labels.Separation property to 100 by there is no result (labels still intersecting). What I am doing wrong?

BTW. After adding custom labels all usual labels are erased. Is there any way to have both labels (usual and custom) on the same chart?
Thank you.

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 Jun 20, 2007 10:52 am

Hi bairog,
A add several custom labels using Axis.Labels.Items.Add method. There are so many of them that they are intersecting. I set Axis.Labels.Separation property to 100 by there is no result (labels still intersecting). What I am doing wrong?
It would be helpful if you read this thread. It's a pretty long thread (several pages) but here are discussed several interesting options.
BTW. After adding custom labels all usual labels are erased. Is there any way to have both labels (usual and custom) on the same chart?
I'm afraid not, using custom labels removes default labels as you already noticed. Hope one of the solutions suggested in the thread I pointed above fits your needs.
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