Page 1 of 1

Two tchart components - Both Left Axes same alignment

Posted: Tue Aug 16, 2005 2:22 pm
by 8120345
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..

Posted: Tue Aug 16, 2005 2:37 pm
by narcis
Hi glikoz,

You could use labels cutom size:

Code: Select all

			tChart1.Axes.Left.Labels.CustomSize=30;
			tChart2.Axes.Left.Labels.CustomSize=30;