Label on X axis is cut

TeeChart for ActiveX, COM and ASP
Post Reply
Onyx
Newbie
Newbie
Posts: 16
Joined: Fri Feb 27, 2009 12:00 am

Label on X axis is cut

Post by Onyx » Thu Mar 10, 2016 4:03 pm

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
Attachments
Capture.PNG
Capture.PNG (31.5 KiB) Viewed 10584 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Label on X axis is cut

Post by Yeray » Fri Mar 11, 2016 8:48 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Onyx
Newbie
Newbie
Posts: 16
Joined: Fri Feb 27, 2009 12:00 am

Re: Label on X axis is cut

Post by Onyx » Fri Mar 11, 2016 1:31 pm

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
Attachments
Capture.PNG
Capture.PNG (29.43 KiB) Viewed 10549 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Label on X axis is cut

Post by Yeray » Fri Mar 11, 2016 2:53 pm

Hello,

I'm glad to hear you found how to make it work as you wish.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply