Page 1 of 1

CustomAxis outside screen.

Posted: Sun Mar 18, 2007 8:14 pm
by 9244525
Hello,

I have a problem with CustomAxis.

At design time I adjust the LeftAxis and the Custom 0-Axis
position % to 0.
At design time these two Axes are therefore positioned at the same point on the chart.

The first enclosed picture shows the chart where the LeftAxis is set to visible, and the Custom 0-Axis set to invisible.

The second enclosed picture shows the chart where the LeftAxis is set to invisible, and the Custom 0-Axis set to visible.

Why is the Custom 0-Axis almost disappearing when I hide the LeftAxis?

Thanks in advance for any help!

Re: CustomAxis outside screen.

Posted: Sun Mar 18, 2007 8:16 pm
by 9244525
How do I enclose pictures here?

Posted: Mon Mar 19, 2007 8:55 am
by narcis
Hi ChartIt,
Why is the Custom 0-Axis almost disappearing when I hide the LeftAxis?


When using custom axis, chart margins are not automatically set. In that case you'll have to set them manuall, e.g.:

Code: Select all

  Chart1.MarginLeft:=10;
How do I enclose pictures here?
You should upload your images to a server and then use its URL in an image tag.

You can also post your files at our upload page at http://www.steema.net/upload/.