Page 1 of 1

Chart area not clipping correctly

Posted: Mon Jan 16, 2006 11:14 am
by 9340513
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]

Posted: Mon Jan 16, 2006 3:52 pm
by narcis
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:

Code: Select all

Chart1.ClipPoints:=true;
However, this doesn't work for that issue.