Vertical Overlapping X-Axis Labels, Title and TChart Footer

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MNE
Newbie
Newbie
Posts: 5
Joined: Tue Jul 06, 2004 4:00 am
Location: New York, U.S.A
Contact:

Vertical Overlapping X-Axis Labels, Title and TChart Footer

Post by MNE » Tue Jan 25, 2005 11:08 pm

I have formatted my DateTime A-Axis as follows:
TChart1.Axes.Bottom.Labels.MultiLine = True
TChart1.Axes.Bottom.Labels.DateTimeFormat = "MM/dd/yy hh:mm"

TChart1.Axes.Bottom.Title.Text = "From Simulation Zero"
TChart1.Footer.Text = "Return Period"

Now - EVERTHING, the Hours of the DateTime, the Title.text and the Footer overlap VERTICALLY. I need to increase the vertical spacing on these properties. How do I do that?

I have seen the forums deal with Horizontal Overlaps. Please help.

Thanks.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Jan 26, 2005 9:18 am

Hi.

The following might help:

Code: Select all

tChart1.Axes.Bottom.Labels.CustomSize = 30;
Marjan Slatinek,
http://www.steema.com

MNE
Newbie
Newbie
Posts: 5
Joined: Tue Jul 06, 2004 4:00 am
Location: New York, U.S.A
Contact:

Post by MNE » Wed Jan 26, 2005 2:24 pm

Yes. It did help. Thank you.

Post Reply