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
Label on X axis is cut
Label on X axis is cut
- Attachments
-
- Capture.PNG (31.5 KiB) Viewed 11766 times
Re: Label on X axis is cut
Hello,
Have you tried to add some offset on the bottom axis minimum/maximum? Ie:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Label on X axis is cut
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
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 (29.43 KiB) Viewed 11731 times
Re: Label on X axis is cut
Hello,
I'm glad to hear you found how to make it work as you wish.
I'm glad to hear you found how to make it work as you wish.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |