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..
Two tchart components - Both Left Axes same alignment
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glikoz,
You could use labels cutom size:
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 |
Instructions - How to post in this forum |