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!
CustomAxis outside screen.
Re: CustomAxis outside screen.
How do I enclose pictures here?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ChartIt,
When using custom axis, chart margins are not automatically set. In that case you'll have to set them manuall, e.g.:
You can also post your files at our upload page at http://www.steema.net/upload/.
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;
You should upload your images to a server and then use its URL in an image tag.How do I enclose pictures here?
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 |
Instructions - How to post in this forum |