CustomAxis outside screen.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ChartIt
Newbie
Newbie
Posts: 29
Joined: Tue Mar 13, 2007 12:00 am

CustomAxis outside screen.

Post by ChartIt » Sun Mar 18, 2007 8:14 pm

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!

ChartIt
Newbie
Newbie
Posts: 29
Joined: Tue Mar 13, 2007 12:00 am

Re: CustomAxis outside screen.

Post by ChartIt » Sun Mar 18, 2007 8:16 pm

How do I enclose pictures here?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Mar 19, 2007 8:55 am

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/.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply