Axis points overlap

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TChart
Newbie
Newbie
Posts: 19
Joined: Fri Jul 02, 2004 4:00 am
Contact:

Axis points overlap

Post by TChart » Wed Oct 18, 2006 5:53 am

Hello,

the labels on the bottom axis or axix points overlap
they get better or worse when resizing the display
can u please suggest me the solution


Regards,
Basamma

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 Oct 18, 2006 8:49 am

Hi Basamma,

Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
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

TChart
Newbie
Newbie
Posts: 19
Joined: Fri Jul 02, 2004 4:00 am
Contact:

Post by TChart » Wed Oct 18, 2006 12:26 pm

narcis wrote:Hi Basamma,

Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.

Hi Narcís,
Since I dont have outlook so I cannot attach the file
I have sent u mail with the Sample file
can u please see the document and give a solution

Regards,
Basamma

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 Oct 18, 2006 2:58 pm

Hi Basamma,

You could try using labels separation, for example:

Code: Select all

tChart1.Axes.Bottom.Labels.Separation=50; 
BTW: Which TeeChart version are you using?
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

TChart
Newbie
Newbie
Posts: 19
Joined: Fri Jul 02, 2004 4:00 am
Contact:

Post by TChart » Thu Oct 19, 2006 10:30 am

narcis wrote:Hi Basamma,

You could try using labels separation, for example:

Code: Select all

tChart1.Axes.Bottom.Labels.Separation=50; 
BTW: Which TeeChart version are you using?

Hello,
we are using Teechart v1.. the solution which u gave is working fine
Thanks a lot

Post Reply