Text missing and solutions

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
THoMaSiN
Newbie
Newbie
Posts: 36
Joined: Mon Apr 14, 2008 12:00 am

Text missing and solutions

Post by THoMaSiN » Thu Apr 02, 2009 11:07 pm

Hello, I have generated a bar chart that plots as in the uploaded image file: example.bmp

The problem is that the labels are missing.

The solution might be to plot the bars horizontally instead of vertically, with the lables on the left side and the amount in the bottom, how can I achieve that?

thank you !!

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

Post by Yeray » Fri Apr 03, 2009 10:37 am

Hi THoMaSiN,

You could set an angle like following:

Code: Select all

tChart1.Axes.Bottom.Labels.Angle = 90;
But note that with labels rotated you may see less labels than you would like to. If so, please, take a look at this thread where Narcís posted a workaround.
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