Two tchart components - Both Left Axes same alignment

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
glikoz
Newbie
Newbie
Posts: 34
Joined: Mon May 05, 2003 4:00 am

Two tchart components - Both Left Axes same alignment

Post by glikoz » Tue Aug 16, 2005 2:22 pm

I have two Tchart components in a windows form.But because of the label's width , their axes dont have same alignment.I tried to set same alignment by MaxLabelsWidth method but it seems unsuccessful ..And the question..How could we set alignment (Not TChart's alignment ,TChart.Axes.Left alignment ) apart from Label's size..
Thx..

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

Post by Narcís » Tue Aug 16, 2005 2:37 pm

Hi glikoz,

You could use labels cutom size:

Code: Select all

			tChart1.Axes.Left.Labels.CustomSize=30;
			tChart2.Axes.Left.Labels.CustomSize=30;
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