We have a requirement wherein we need to keep margin between Series and Right Axis. We have achieved the same using TeeChart Editor, but as shown in attached screenshot, line of bottom axis is also shifted to its left, thereby creating a invisible line. Please provide us solution on this.
TeeChart Margin Issue
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart Margin Issue
Hi Quant,
What about using MaximumOffset property instead?
What about using MaximumOffset property instead?
Code: Select all
tChart1.Axes.Bottom.MaximumOffset = 100;
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 |
Re: TeeChart Margin Issue
It worked. Thank you very much.