Page 1 of 1

Label on X axis is cut

Posted: Thu Mar 10, 2016 4:03 pm
by 15052665
Hello
Someone can help me to fix the text on axis ?, the label is cut.


I can't enlarge the graph.

I use the method AddXY to write the graph.
I appends the date and time in the parameter "label".

thanks for your help

bye

Re: Label on X axis is cut

Posted: Fri Mar 11, 2016 8:48 am
by yeray
Hello,

Have you tried to add some offset on the bottom axis minimum/maximum? Ie:

Code: Select all

  TChart1.Axis.Bottom.MinimumOffset = 10
  TChart1.Axis.Bottom.MaximumOffset = 10

Re: Label on X axis is cut

Posted: Fri Mar 11, 2016 1:31 pm
by 15052665
Hello

Don't work with
TChart1.Axis.Bottom.MinimumOffset = 10
TChart1.Axis.Bottom.MaximumOffset = 10

but i use this method

TChart1.Panel.MarginBottom and it's ok now

Thanks for help

Re: Label on X axis is cut

Posted: Fri Mar 11, 2016 2:53 pm
by yeray
Hello,

I'm glad to hear you found how to make it work as you wish.