When I set Y-axis minimum to some other value than 0 the bar-chart bars are not clipped from the bottom but displayed over the x-axis. What should I do to clip parts of the curve, which fall outside the chart series area ?
[/url]
Chart area not clipping correctly
-
- Newbie
- Posts: 2
- Joined: Fri Jan 07, 2005 5:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Lasse,
Thanks for the report. I've been able to reproduce it here and added the issue to our defect list to be fixed for future releases. There's no workaround I can think of for now.
You could use:
However, this doesn't work for that issue.
Thanks for the report. I've been able to reproduce it here and added the issue to our defect list to be fixed for future releases. There's no workaround I can think of for now.
You could use:
Code: Select all
Chart1.ClipPoints:=true;
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 |