Page 1 of 1

TeeChart Margin Issue

Posted: Mon Feb 09, 2015 8:14 am
by 16071129
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 6104 times

Re: TeeChart Margin Issue

Posted: Mon Feb 09, 2015 9:14 am
by narcis
Hi Quant,

What about using MaximumOffset property instead?

Code: Select all

      tChart1.Axes.Bottom.MaximumOffset = 100;

Re: TeeChart Margin Issue

Posted: Mon Feb 09, 2015 9:26 am
by 16071129
It worked. Thank you very much.