Hi,
I have a problem with my Title, Subtitle and the Bottom Axis Grid when I change the position of the Title and Subtitle to custom.
When the title and subtitle are positioned automatically the grid lines for the bottom axis will stop just below them.
As soon as I change the position of the title and subtitle, the grid lines go through they position as visible in the attached image.
Is there a way to control the length of the grid lines?
Vertical Grid Lines go through custom Title/Subtitel
Vertical Grid Lines go through custom Title/Subtitel
- Attachments
-
- graph.png (12.4 KiB) Viewed 3573 times
Re: Vertical Grid Lines go through custom Title/Subtitel
Hi,
When you change the title to use a custom position, the chart reserves no space for it. It should be done for you. Ie:
When you change the title to use a custom position, the chart reserves no space for it. It should be done for you. Ie:
Code: Select all
Chart1.MarginUnits:=muPixels;
Chart1.MarginTop:=20;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Vertical Grid Lines go through custom Title/Subtitel
It works perfectly!
Thank you very much for your help!
Thank you very much for your help!