TeeChart Margin Issue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Quant
Advanced
Posts: 142
Joined: Tue Dec 30, 2014 12:00 am

TeeChart Margin Issue

Post by Quant » Mon Feb 09, 2015 8:14 am

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.
Margin Issue.JPG
Margin Issue.JPG (71.01 KiB) Viewed 6103 times

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

Re: TeeChart Margin Issue

Post by Narcís » Mon Feb 09, 2015 9:14 am

Hi Quant,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Quant
Advanced
Posts: 142
Joined: Tue Dec 30, 2014 12:00 am

Re: TeeChart Margin Issue

Post by Quant » Mon Feb 09, 2015 9:26 am

It worked. Thank you very much.

Post Reply