Page 1 of 1

Vertical Grid Lines go through custom Title/Subtitel

Posted: Wed Feb 06, 2013 10:06 pm
by 16863731
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?

Re: Vertical Grid Lines go through custom Title/Subtitel

Posted: Thu Feb 07, 2013 11:24 am
by yeray
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:

Code: Select all

  Chart1.MarginUnits:=muPixels;
  Chart1.MarginTop:=20;

Re: Vertical Grid Lines go through custom Title/Subtitel

Posted: Sat Feb 09, 2013 11:46 pm
by 16863731
It works perfectly!
Thank you very much for your help!
:)